From 55071f5a06673369ceba07e36cd7f85e584c3eac Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 23 十二月 2019 10:55:49 +0800 Subject: [PATCH] 2019-12-23 --- src/tabviews/commontable/index.scss | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/tabviews/commontable/index.scss b/src/tabviews/commontable/index.scss index 65aee8b..e986ad2 100644 --- a/src/tabviews/commontable/index.scss +++ b/src/tabviews/commontable/index.scss @@ -2,6 +2,7 @@ position: relative; min-height: calc(100vh - 94px); padding-top: 16px; + padding-bottom: 80px; .box404 { padding-top: 30px; } @@ -23,6 +24,9 @@ left: calc(50vw - 22px); top: calc(50vh - 70px); } + > .ant-tabs { + padding: 0px 20px; + } } .ant-back-top { bottom: 30px; -- Gitblit v1.8.0