From 4de0acf2a232ae29f2b5bd7bb2ee61a238c5d2d0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 24 十月 2023 17:31:55 +0800 Subject: [PATCH] 2023-10-24 --- 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