From 57ad22259363a3e34de3c53583c3c4e227835fbf Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 15 五月 2022 21:01:35 +0800 Subject: [PATCH] 2022-05-15 --- 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