chenrui  2 năm trước cách đây
mục cha
commit
2ee1a367d0

+ 2 - 2
src/components/Table/index.vue

@@ -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>
-          <div class="foot right Delfoot t30">
+          <div class="foot right Delfoot">
             <el-button
               size="medium"
               class="r24"

+ 3 - 0
src/views/BasicsData/views/BaggageType/BaggageType.vue

@@ -257,6 +257,9 @@ export default {
 
 <style lang="scss" scoped>
 .airportInfo {
+  ::v-deep .el-form-item {
+    margin-bottom: 20px;
+  }
   .log {
     width: 26px;
     height: 26px;

+ 6 - 3
src/views/BasicsData/views/airport/airportInfoChild.vue

@@ -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>
 <style lang="scss" scoped>
+::v-deep .el-form-item {
+  margin-bottom: 20px;
+}
 .queryItemSettings-home {
   .wrap {
     padding: 16px 0;

+ 7 - 2
src/views/BasicsData/views/airportCompany/index.vue

@@ -32,5 +32,10 @@ export default {
 };
 </script>
 
-<style>
-</style>
+<style lang="scss" scoped>
+.airportCompany {
+  ::v-deep .el-form-item {
+    margin-bottom: 20px;
+  }
+}
+</style>

+ 3 - 0
src/views/BasicsData/views/deployNode/deployNodeChild.vue

@@ -40,6 +40,9 @@ export default {
 };
 </script>
 <style lang="scss" scoped>
+::v-deep .el-form-item {
+  margin-bottom: 20px;
+}
 .queryItemSettings-home {
   .wrap {
     padding: 16px 0;

+ 2 - 2
src/views/BasicsData/views/deployNode/deployNodeHome.vue

@@ -267,7 +267,7 @@ export default {
 </script>
 
 <style lang="scss" scoped>
-.nodeLnformation {
-  margin: 40px 0;
+::v-deep .el-form-item {
+  margin-bottom: 20px;
 }
 </style>