From de3839498d97e951c30040ef6c6bcc18bdafa515 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 14 二月 2020 14:44:42 +0800 Subject: [PATCH] 2020-02-14 --- src/tabviews/commontable/index.scss | 16 +++++++--------- 1 files changed, 7 insertions(+), 9 deletions(-) diff --git a/src/tabviews/commontable/index.scss b/src/tabviews/commontable/index.scss index ef364c5..8e15cd8 100644 --- a/src/tabviews/commontable/index.scss +++ b/src/tabviews/commontable/index.scss @@ -24,12 +24,6 @@ left: calc(50vw - 22px); top: calc(50vh - 70px); } - > .ant-tabs { - padding: 0px 20px; - .ant-tabs-tab:not(.ant-tabs-tab-active) { - cursor: pointer; - } - } > .ant-card { margin: 0 20px 20px; > .ant-card-head { @@ -68,8 +62,12 @@ } } } - .ant-tabs + .ant-tabs { - margin-top: 20px; + > .ant-tabs { + padding: 0px 20px; + margin-bottom: 20px; + .ant-tabs-tab:not(.ant-tabs-tab-active) { + cursor: pointer; + } } } .commontable.pick-control { @@ -78,7 +76,7 @@ } } .ant-back-top { - bottom: 30px; + bottom: 20px; right: 30px; } .popview-modal { -- Gitblit v1.8.0