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 @@