From fa381753ef2a2b25b1c0722549ac17e333da79be Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 06 九月 2022 22:50:54 +0800 Subject: [PATCH] 2022-09-06 --- src/menu/components/form/formaction/actionform/index.scss | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/menu/components/form/formaction/actionform/index.scss b/src/menu/components/form/formaction/actionform/index.scss index ca43400..96f3526 100644 --- a/src/menu/components/form/formaction/actionform/index.scss +++ b/src/menu/components/form/formaction/actionform/index.scss @@ -4,6 +4,11 @@ color: #1890ff; cursor: pointer; } + >.ant-row >.ant-col { + float: none; + display: inline-block; + vertical-align: top; + } .textarea { .ant-col-sm-7 { width: 14%; -- Gitblit v1.8.0