From 9a5a807c84fe0f9672ce01601fe9869c4954011b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 24 三月 2022 20:10:45 +0800 Subject: [PATCH] 2022-03-24 --- src/templates/zshare/modalform/modaleditable/index.scss | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/templates/zshare/modalform/modaleditable/index.scss b/src/templates/zshare/modalform/modaleditable/index.scss index 2597391..ab53b8e 100644 --- a/src/templates/zshare/modalform/modaleditable/index.scss +++ b/src/templates/zshare/modalform/modaleditable/index.scss @@ -19,7 +19,7 @@ padding: 10px 16px; } .ant-table-tbody > tr > td { - padding: 5px 16px; + padding: 5px 10px; } .editable-cell-value-wrap { cursor: pointer; @@ -29,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%; -- Gitblit v1.8.0