@@ -279,7 +279,7 @@
</el-row>
</el-form>
</div>
- <div class="foot right t30">
+ <div class="foot right">
<el-button
size="medium"
@click="handleOk"
@@ -301,7 +301,7 @@
>
?
- <div class="foot right Delfoot t30">
+ <div class="foot right Delfoot">
class="r24"
@@ -257,6 +257,9 @@ export default {
<style lang="scss" scoped>
.airportInfo {
+ ::v-deep .el-form-item {
+ margin-bottom: 20px;
+ }
.log {
width: 26px;
height: 26px;
@@ -4,10 +4,10 @@
<DataTable
data-id="61"
:data-content="{ IATACode }"
- :rows="12"
- label-width="140px"
+ :rows="24"
+ label-width="100px"
:min-height="70"
- width="800px"
+ width="400px"
tableHeight="750"
:isStatuser="true"
@@ -39,6 +39,9 @@ export default {
};
</script>
+::v-deep .el-form-item {
+}
.queryItemSettings-home {
.wrap {
padding: 16px 0;
@@ -32,5 +32,10 @@ export default {
-<style>
-</style>
+<style lang="scss" scoped>
+.airportCompany {
+</style>
@@ -40,6 +40,9 @@ export default {
@@ -267,7 +267,7 @@ export default {
-.nodeLnformation {
- margin: 40px 0;
}
</style>