From 2ae980243b7ad705dea575eadcfc4cf4e24073bd Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 17 五月 2022 22:57:19 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/menu/components/share/normalform/index.scss | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/menu/components/share/normalform/index.scss b/src/menu/components/share/normalform/index.scss index e69de29..4b2bfcd 100644 --- a/src/menu/components/share/normalform/index.scss +++ b/src/menu/components/share/normalform/index.scss @@ -0,0 +1,10 @@ +.plot-base-wrap { + .ant-col-24 { + .ant-form-item-label { + width: 16.5%; + } + .ant-form-item-control-wrapper { + width: 83.5%; + } + } +} \ No newline at end of file -- Gitblit v1.8.0