From 9a96c5a5c8c08db58b2e4b1caef43cead06cab2c Mon Sep 17 00:00:00 2001 From: feijinping Date: Thu, 1 Dec 2022 22:16:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E5=88=86=E7=B1=BB=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/base.styl | 8 ++ src/views/pms/productCategory/index.vue | 101 ++++++++++++++++-------- 2 files changed, 74 insertions(+), 35 deletions(-) diff --git a/src/style/base.styl b/src/style/base.styl index ab36599..b17194f 100644 --- a/src/style/base.styl +++ b/src/style/base.styl @@ -166,3 +166,11 @@ body .large-tip font-size 16px +.dialog-form-two + display flex + flex-wrap wrap + > .el-form-item + width calc(50% - 16px) + display flex + > .el-form-item__label + white-space nowrap diff --git a/src/views/pms/productCategory/index.vue b/src/views/pms/productCategory/index.vue index 2ca9eae..bc306f4 100644 --- a/src/views/pms/productCategory/index.vue +++ b/src/views/pms/productCategory/index.vue @@ -1,9 +1,10 @@