From 5423c7caa9723e0b232ea6c5ef4aaf90bd7a3334 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 21 十月 2020 14:46:25 +0800 Subject: [PATCH] 2020-10-21 --- src/templates/zshare/modalform/fieldtable/index.scss | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/templates/zshare/modalform/fieldtable/index.scss b/src/templates/zshare/modalform/fieldtable/index.scss index 8d7be74..bf190f5 100644 --- a/src/templates/zshare/modalform/fieldtable/index.scss +++ b/src/templates/zshare/modalform/fieldtable/index.scss @@ -1,4 +1,4 @@ -.modal-card-data-table { +.modal-card-field-table { .add-row { position: absolute; z-index: 1; @@ -17,11 +17,14 @@ .color-sketch-block { width: 200px; position: relative; - top: 2px; + top: 8px; } .ant-select { width: 80px; } + > td { + padding: 16px 10px; + } } .operation-btn { span { -- Gitblit v1.8.0