From 28d65cf7ebfe0dd30ade6973e0634e1c8f663b63 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 28 十月 2020 16:12:20 +0800 Subject: [PATCH] 2020-10-28 --- src/tabviews/zshare/normalTable/index.scss | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/tabviews/zshare/normalTable/index.scss b/src/tabviews/zshare/normalTable/index.scss index df773ab..7c068cf 100644 --- a/src/tabviews/zshare/normalTable/index.scss +++ b/src/tabviews/zshare/normalTable/index.scss @@ -129,7 +129,7 @@ cursor: zoom-in; } } - .text { + .action-col { .ant-btn > .anticon + span { margin-left: 3px; } @@ -139,12 +139,18 @@ color: #1890ff; box-shadow: none; padding: 0 5px; - margin: 0px 5px; + .anticon-loading { + display: none; + } } - } - .button { - button { - margin: 0px 5px; + > div { + margin: 0 3px; + } + > button { + margin: 0 3px; + } + .ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) { + padding-left: 0px; } } } -- Gitblit v1.8.0