From 316877c1d9e5b6d92334f30b03d97d7e833cd934 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 02 二月 2021 16:01:57 +0800 Subject: [PATCH] 2021-02-02 --- src/menu/components/share/actioncomponent/actionform/index.scss | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/src/menu/components/share/actioncomponent/actionform/index.scss b/src/menu/components/share/actioncomponent/actionform/index.scss index c25cef2..535dd29 100644 --- a/src/menu/components/share/actioncomponent/actionform/index.scss +++ b/src/menu/components/share/actioncomponent/actionform/index.scss @@ -1,4 +1,4 @@ -.ant-advanced-search-form.commontable-action-form { +.menu-action-list-form { min-height: 190px; .superconfig { color: #1890ff; @@ -10,6 +10,12 @@ } .ant-col-sm-17 { width: 86%; + } + } + .ant-radio-group { + white-space: nowrap; + .ant-radio-wrapper { + margin-right: 4px; } } .ant-input-number { @@ -30,4 +36,12 @@ top: 4.5px; } } + .ant-input:read-only { + background: #fafafa; + resize: none; + } + .ant-input:read-only:hover, .ant-input:read-only:focus { + border-color: #d9d9d9; + box-shadow: none; + } } \ No newline at end of file -- Gitblit v1.8.0