From 46f59e30133c25f1f01074b1c92445f9e85b8c98 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 31 十二月 2019 15:58:37 +0800 Subject: [PATCH] 2019-12-31 --- src/tabviews/tableshare/actionList/index.scss | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/tabviews/tableshare/actionList/index.scss b/src/tabviews/tableshare/actionList/index.scss index d95e1df..1d576f0 100644 --- a/src/tabviews/tableshare/actionList/index.scss +++ b/src/tabviews/tableshare/actionList/index.scss @@ -1,14 +1,15 @@ -.commontable .button-list { +.button-list.toolbar-button { padding: 10px 20px 5px; background: #ffffff; button { + min-width: 65px; margin-right: 15px; margin-bottom: 10px; } .ant-spin { position: fixed; z-index: 1010; - left: 50vw; + left: calc(50vw - 22px); top: calc(50vh - 70px); } } -- Gitblit v1.8.0