Browse Source

修改间距

chenrui  2 years ago
parent
commit
4df45da8c7

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

@@ -222,7 +222,7 @@
       <Dialog :width="width" :flag="flag">
         <div class="dialog-content">
           <div class="title">{{ tableTitle }}</div>
-          <div class="content">
+          <div class="contents">
             <el-form
               ref="ruleForm"
               :model="tableForm"

+ 1 - 1
src/views/BasicsData/views/airport/airportInfoChild.vue

@@ -5,7 +5,7 @@
         data-id="61"
         :data-content="{ IATACode }"
         :rows="24"
-        label-width="100px"
+        labelWidth="100px"
         :min-height="70"
         width="400px"
         tableHeight="750"

+ 1 - 1
src/views/BasicsData/views/deployNode/deployNodeChild.vue

@@ -5,7 +5,7 @@
         :data-id="dataId"
         :data-content="{ nodeCode }"
         :rows="24"
-        label-width="100px"
+        labelWidth="100px"
         :min-height="70"
         width="400px"
         tableHeight="720"

+ 1 - 1
src/views/systemSettings/views/datastructure/datastructureHome.vue

@@ -5,7 +5,7 @@
         tableHeight="700"
         :data-id="dataId"
         :rows="12"
-        labelWidth="130px"
+        labelWidth="100px"
         :minHeight="70"
         width="800px"
         :withItemSet="true"

+ 1 - 1
src/views/systemSettings/views/queryTemplate/queryTemplate.vue

@@ -12,7 +12,7 @@
       tableHeight="700"
       :data-id="dataId"
       :rows="12"
-      label-width="100px"
+      labelWidth="100px"
       :min-height="70"
       width="800px"
       :show-overflow-tooltip="true"

+ 1 - 1
src/views/systemSettings/views/sourceservice/sourceserviceHome.vue

@@ -5,7 +5,7 @@
         tableHeight="700"
         :data-id="dataId"
         :rows="24"
-        labelWidth="110px"
+        labelWidth="100px"
         :isStatuser="true"
         :showOverflowTooltip="true"
         :minHeight="70"