From f895e8af9e6a393f71fec0dc26fdf1b9b6616cb4 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 11 十二月 2020 18:53:04 +0800 Subject: [PATCH] 2020-12-11 --- src/templates/zshare/modalform/fieldtable/index.scss | 41 ----------------------------------------- 1 files changed, 0 insertions(+), 41 deletions(-) diff --git a/src/templates/zshare/modalform/fieldtable/index.scss b/src/templates/zshare/modalform/fieldtable/index.scss index bf190f5..6e9832a 100644 --- a/src/templates/zshare/modalform/fieldtable/index.scss +++ b/src/templates/zshare/modalform/fieldtable/index.scss @@ -8,47 +8,6 @@ font-size: 18px; color: #26C281; } - .editable-row { - .ant-form-explain { - position: absolute; - font-size: 12px; - margin-top: -4px; - } - .color-sketch-block { - width: 200px; - position: relative; - top: 8px; - } - .ant-select { - width: 80px; - } - > td { - padding: 16px 10px; - } - } - .operation-btn { - span { - margin-right: 10px; - cursor: pointer; - } - .primary { - color: #1890ff; - } - .danger { - color: #ff4d4f; - } - } - .operation-btn.disabled { - span { - cursor: default; - } - .primary { - color: rgba(0, 0, 0, .25); - } - .danger { - color: rgba(0, 0, 0, .25); - } - } .ant-empty { margin: 0; } -- Gitblit v1.8.0