From edc8ebfb8f3c287d4fc40df3c6c8b0fe59b87f2c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 28 十一月 2023 10:08:31 +0800 Subject: [PATCH] 2023-11-28 --- src/menu/components/table/edit-table/columns/editColumn/index.scss | 34 +++++++++++++++++++++------------- 1 files changed, 21 insertions(+), 13 deletions(-) diff --git a/src/menu/components/table/edit-table/columns/editColumn/index.scss b/src/menu/components/table/edit-table/columns/editColumn/index.scss index 4b369ac..82b274d 100644 --- a/src/menu/components/table/edit-table/columns/editColumn/index.scss +++ b/src/menu/components/table/edit-table/columns/editColumn/index.scss @@ -6,15 +6,22 @@ padding-right: 3px; } } - .ant-form-item.text-area { - >.ant-form-item-control-wrapper { - width: 88%; - } - >.ant-form-item-label { - width: 12%; - } - .CodeMirror { - height: 150px; + >.ant-row >.ant-col { + display: inline-block; + vertical-align: top; + float: none; + } + .ant-col-24 { + >.ant-form-item { + >.ant-form-item-label { + width: 12%; + } + >.ant-form-item-control-wrapper { + width: 88%; + } + .CodeMirror { + height: 150px; + } } } .formula-icon { @@ -37,10 +44,11 @@ cursor: pointer; font-size: 14px; } - >.ant-row >.ant-col { - display: inline-block; - vertical-align: top; - float: none; + .resource-public-var { + position: absolute; + left: 0px; + top: -25px; + font-size: 14px; } } .formula-fields { -- Gitblit v1.8.0