CzRger 3 月之前
父節點
當前提交
a8c3876f3c
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/views/web/archive/detail.vue
  2. 1 1
      src/views/web/archive/index.vue
  3. 1 1
      src/views/web/config/model-detail.vue

+ 1 - 1
src/views/web/archive/detail.vue

@@ -9,7 +9,7 @@
     :loading="state.loading"
   >
     <div class="__cus-dialog-form">
-      <CusForm ref="ref_form" label-width="100px">
+      <CusForm ref="ref_form" label-width="110px">
         <el-col :span="11">
           <CusFormColumn
             :span="24"

+ 1 - 1
src/views/web/archive/index.vue

@@ -11,7 +11,7 @@
   >
     <div class="__cus-dialog-form">
       <div class="filter">
-        <CusForm labelWidth="100px" @handleEnter="onSearch">
+        <CusForm labelWidth="110px" @handleEnter="onSearch">
           <CusFormColumn
             :span="6"
             label="船名号"

+ 1 - 1
src/views/web/config/model-detail.vue

@@ -10,7 +10,7 @@
     :loading="state.loading"
   >
     <div class="__cus-dialog-form">
-      <CusForm ref="ref_form" label-width="100px" :formView="true">
+      <CusForm ref="ref_form" label-width="110px" :formView="true">
         <div class="__cus-title_1">模型信息</div>
         <CusFormColumn
           :span="12"