From f3d4db769ba9b51b799d981511a710fd443d0e08 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 21 四月 2025 12:18:03 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/menu/components/share/actioncomponent/actionform/index.scss | 36 +++++++++++++++++++++++++++++------- 1 files changed, 29 insertions(+), 7 deletions(-) diff --git a/src/menu/components/share/actioncomponent/actionform/index.scss b/src/menu/components/share/actioncomponent/actionform/index.scss index c25cef2..6f639c4 100644 --- a/src/menu/components/share/actioncomponent/actionform/index.scss +++ b/src/menu/components/share/actioncomponent/actionform/index.scss @@ -1,5 +1,10 @@ -.ant-advanced-search-form.commontable-action-form { +.menu-action-list-form { min-height: 190px; + >.ant-row >.ant-col { + display: inline-block; + float: none; + vertical-align: top; + } .superconfig { color: #1890ff; cursor: pointer; @@ -12,13 +17,22 @@ width: 86%; } } - .ant-input-number { - width: 100%; + .codemirror { + .ant-col-sm-7 { + width: 14%; + } + .ant-col-sm-17 { + width: 86%; + } + .ant-form-item-label { + opacity: 0; + } } - .anticon-question-circle { - color: #c49f47; - position: relative; - left: -3px; + .ant-radio-group { + white-space: nowrap; + .ant-radio-wrapper { + margin-right: 4px; + } } .with-button { .ant-form-item-control-wrapper { @@ -30,4 +44,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