From 21167ece56edd628e6f6546d1d642947cc3a048f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 12 八月 2024 22:17:33 +0800 Subject: [PATCH] 2024-08-12 --- src/menu/components/table/edit-table/columns/editColumn/index.scss | 63 ++++++++++++++++++++++++++++--- 1 files changed, 57 insertions(+), 6 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 9885df8..35a64a8 100644 --- a/src/menu/components/table/edit-table/columns/editColumn/index.scss +++ b/src/menu/components/table/edit-table/columns/editColumn/index.scss @@ -6,12 +6,63 @@ padding-right: 3px; } } - .textarea { - .ant-form-item-label { - width: 12%; - } - .ant-form-item-control-wrapper { - width: 88%; + >.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 { + position: absolute; + bottom: 5px; + right: 15px; + cursor: pointer; + font-size: 12px; + color: #1890ff; + } + .ant-form-extra { + padding-top: 0px; + min-height: 0px; + } + .add-resource-empty { + position: absolute; + right: 10px; + top: -25px; + color: #1890ff; + cursor: pointer; + font-size: 14px; + } + .show-public-var { + margin-top: 20px; + } + .resource-public-var { + position: absolute; + left: 0px; + top: -45px; + right: 40px; + font-size: 13px; + color: rgba(0, 0, 0, 0.65); + } } +.formula-fields { + z-index: 1200!important; + + .ant-popover-inner-content { + div { + max-width: 750px; + word-break: normal; + } + } +} \ No newline at end of file -- Gitblit v1.8.0