From 5046d0d13dc6a8563b8e54e31913bc44cfa1072f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 26 四月 2022 19:23:18 +0800 Subject: [PATCH] 2022-04-26 --- src/templates/zshare/modalform/modaleditable/index.scss | 21 +++++++++++++++------ 1 files changed, 15 insertions(+), 6 deletions(-) diff --git a/src/templates/zshare/modalform/modaleditable/index.scss b/src/templates/zshare/modalform/modaleditable/index.scss index 010e085..ab53b8e 100644 --- a/src/templates/zshare/modalform/modaleditable/index.scss +++ b/src/templates/zshare/modalform/modaleditable/index.scss @@ -8,11 +8,18 @@ font-size: 18px; color: #26C281; } + .add-row-empty { + font-size: 14px; + right: 50px; + line-height: 1.5; + color: #1890ff; + cursor: pointer; + } .ant-table-thead > tr > th { padding: 10px 16px; } .ant-table-tbody > tr > td { - padding: 5px 16px; + padding: 5px 10px; } .editable-cell-value-wrap { cursor: pointer; @@ -22,10 +29,9 @@ vertical-align: middle; word-wrap: break-word; word-break: break-word; - .ant-input { - height: 30px; - padding: 0 11px; - } + } + .ant-input { + padding: 0 5px; } .ant-form-item-control-wrapper { width: 100%; @@ -37,9 +43,12 @@ } } .operation-btn { - margin-right: 15px; + margin-right: 10px; cursor: pointer; } + .editable-row.hide { + text-decoration: line-through; + } .ant-form-explain { font-size: 12px; } -- Gitblit v1.8.0