From cd6039e2624e690e96bfef7713108f1007d281ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Sat, 18 Mar 2023 14:00:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=80=97=E6=9D=90=E7=BB=B4?= =?UTF-8?q?=E6=8A=A4=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/product/productEdit.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/basic/product/productEdit.vue b/src/views/basic/product/productEdit.vue index 2c9d7550..f0ab9c2b 100644 --- a/src/views/basic/product/productEdit.vue +++ b/src/views/basic/product/productEdit.vue @@ -292,7 +292,7 @@ :options="fromDeptOptions" :normalizer="normalizer" :show-count="true" - style="width:280px;" + style="width:150px;" placeholder="选择物资分类" /> @@ -628,10 +628,10 @@ export default { 'color' : '#141414' }, contentStyle: { - 'width': '300px', + 'width': '150px', }, contentStyle1: { - 'width': '200px' + 'width': '170px' }, } },