From 7657f4c8be1304a36012bd9bcaa4c2cfa32670fe Mon Sep 17 00:00:00 2001 From: shenyuan Date: Mon, 19 Dec 2022 17:59:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AC=BE=E5=BC=8F=E7=AE=A1=E7=90=86=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/ZyClothsStyleForm.vue | 46 ++++++++----------- 1 file changed, 19 insertions(+), 27 deletions(-) diff --git a/ant-design-vue-jeecg/src/views/zyclothsstyle/modules/ZyClothsStyleForm.vue b/ant-design-vue-jeecg/src/views/zyclothsstyle/modules/ZyClothsStyleForm.vue index 616a5dee..28e428fb 100644 --- a/ant-design-vue-jeecg/src/views/zyclothsstyle/modules/ZyClothsStyleForm.vue +++ b/ant-design-vue-jeecg/src/views/zyclothsstyle/modules/ZyClothsStyleForm.vue @@ -3,9 +3,9 @@ - + - + @@ -23,10 +23,9 @@ - + - + @@ -37,11 +36,9 @@ - - - + @@ -51,11 +48,9 @@ - - - + @@ -64,10 +59,9 @@ - - + - + @@ -76,27 +70,22 @@ - - - + - - - - + - - + + @@ -106,14 +95,14 @@ - + - + @@ -121,7 +110,7 @@ - + @@ -391,7 +380,7 @@ export default { }, wrapperCol1: { xs: {span: 24}, - sm: {span: 18}, + sm: {span: 20}, }, confirmLoading: false, validatorRules: { @@ -485,4 +474,7 @@ export default { .ant-form-item { margin-bottom: 16px; } +/deep/ .label label{ + text-align:left; +} \ No newline at end of file