Prechádzať zdrojové kódy

style: indent.商品模块.编辑审核对话框样式优化.

peter 1 mesiac pred
rodič
commit
f13b17c493

+ 2 - 2
src/pages/indent-manage/product/components/edit.vue

@@ -11,11 +11,11 @@
       :close-on-click-modal="false"
       :close-on-press-escape="false"
       :before-close="close"
-      width="820px"
+      width="960px"
     >
       <el-form
         ref="productFormRef"
-        style="width: 780px"
+        style="width: 880px"
         :rules="rules"
         :model="form"
         label-width="110px"

+ 3 - 2
src/pages/indent-manage/product/components/examine.vue

@@ -6,12 +6,13 @@
       :close-on-click-modal="false"
       :close-on-press-escape="false"
       :before-close="close"
-      width="820px"
+      :top="'10px'"
+      width="960px"
     >
       <el-form
         ref="formRef"
         v-loading="loading"
-        style="width: 780px"
+        style="width: 880px"
         :rules="rules"
         :model="form"
         label-width="110px"