From f6adeb27e1c1ff7299bbf5079a5749cbcd7864de Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 03 八月 2023 14:39:32 +0800 Subject: [PATCH] 2023-08-03 --- src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss b/src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss index 68f75dc..a7317be 100644 --- a/src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss +++ b/src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss @@ -8,6 +8,13 @@ padding-bottom: 2px; font-size: 13px; } + .mk-data { + font-size: 13px; + padding: 0 12px; + >div { + padding-bottom: 2px; + } + } textarea.ant-input { padding: 0px 4px; border-radius: 0px; @@ -100,4 +107,15 @@ border-radius: 3px; border: 1px solid rgba(0, 0, 0, 0.07); background: rgba(0, 0, 0, 0); +} + +.normal-node-form { + >.ant-row >.ant-col-24 { + .ant-form-item-label { + width: 16%; + } + .ant-form-item-control-wrapper { + width: 84%; + } + } } \ No newline at end of file -- Gitblit v1.8.0