From d5c3340757ae00a2ad617c4241dfd3792f36e036 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 14 十二月 2020 18:23:42 +0800 Subject: [PATCH] 2020-12-14 --- src/tabviews/custom/components/card/data-card/index.scss | 23 +++++++++++++++++++---- 1 files changed, 19 insertions(+), 4 deletions(-) diff --git a/src/tabviews/custom/components/card/data-card/index.scss b/src/tabviews/custom/components/card/data-card/index.scss index 91a0db0..aefee6c 100644 --- a/src/tabviews/custom/components/card/data-card/index.scss +++ b/src/tabviews/custom/components/card/data-card/index.scss @@ -4,9 +4,20 @@ background-repeat: no-repeat; background-size: cover; min-height: 100px; - display: flex; - position: relative; + >.button-list.toolbar-button { + padding: 0; + line-height: 55px; + button { + margin-right: 0px; + margin-bottom: 0px; + } + } + + .data-zoom { + display: flex; + position: relative; + } .prev-page { width: 20px; div { @@ -64,9 +75,9 @@ } .loading-mask { position: absolute; - left: 40px; + left: 0px; top: 0; - right: 40px; + right: 0px; bottom: 0px; display: flex; align-items: center; @@ -82,6 +93,10 @@ background: #ffffff; } } + .ant-pagination { + margin: 10px; + text-align: right; + } } .custom-card-box::after { -- Gitblit v1.8.0