From cdd5b449130ea4d7223fde4f414a11a7d0c33d6d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 07 三月 2024 17:52:16 +0800 Subject: [PATCH] 2024-03-07 --- src/menu/components/table/edit-table/columns/editColumn/index.scss | 36 ++++++++++++++++++++++-------------- 1 files changed, 22 insertions(+), 14 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..f2127e8 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 { @@ -49,7 +57,7 @@ .ant-popover-inner-content { div { max-width: 750px; - word-break: break-all; + word-break: normal; } } } \ No newline at end of file -- Gitblit v1.8.0