chenrui  3 年 前
コミット
7f96e285f8

+ 2 - 2
src/views/BasicsData/views/airport/airportInfoDetails.vue

@@ -150,7 +150,7 @@
           title="行李追踪位置信息"
           @clearSearchData="clearSearchData"
           @getSearchData="getSearchData"
-          style="padding-left: 32px"
+          style="padding-left: 32px; padding-right: 32px"
         />
         <div class="airportInfo-content">
           <el-row :gutter="24">
@@ -934,7 +934,7 @@ export default {
     height: 60vh;
     overflow-x: hidden;
     overflow-y: auto;
-    padding: 32px 40px 0 0;
+    padding: 32px 0x 0 0;
     // background: #ffffff;
     // box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.06);
     border-radius: 4px;

+ 3 - 3
src/views/systemSettings/views/warningSet/warningEdit.vue

@@ -85,7 +85,7 @@
         :isChild="true"
         @clearSearchData="clearSearchData"
         @getSearchData="getSearchData"
-        style="padding-left: 16px"
+        style="padding-left: 16px; padding-right: 32px"
       />
 
       <div class="LBox">
@@ -716,7 +716,7 @@ export default {
   border-radius: 4px;
 }
 .headerBox {
-  padding: 16px;
+  padding: 16px 32px 16px 16px;
   display: flex;
   justify-content: space-between;
   .tltle-head {
@@ -925,7 +925,7 @@ export default {
 }
 .centerBox {
   height: 495px;
-  padding: 32px 40px 44px 0;
+  padding: 32px 0 44px 0;
   // background: #ffffff;
   // box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.06);
   // border-radius: 4px;