Browse Source

修改样式

chenrui  3 years ago
parent
commit
10ce884299

+ 1 - 1
src/views/BasicsData/views/BaggageType/BaggageType.vue

@@ -95,7 +95,7 @@
             <el-form-item label="分类标识符" prop="fullName">
               <el-input
                 size="medium"
-                placeholder="请输入分类code(必填)"
+                placeholder="请输入分类标识符(必填)"
                 v-model="ruleForm.fullName"
               ></el-input>
             </el-form-item>

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

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

+ 2 - 1
src/views/systemSettings/views/warningSet/warningEdit.vue

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