From ec3cc73f8deaf0b83b0b517e65f949a5a5c496dc Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 07 一月 2020 09:07:46 +0800 Subject: [PATCH] 2020-01-07 --- src/tabviews/commontable/index.scss | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/src/tabviews/commontable/index.scss b/src/tabviews/commontable/index.scss index d859eac..ef364c5 100644 --- a/src/tabviews/commontable/index.scss +++ b/src/tabviews/commontable/index.scss @@ -56,17 +56,27 @@ } .main-table-box { position: relative; - .ant-switch { - z-index: 1; - float: right; - margin-right: 20px; - margin-bottom: 5px; + .pickchange { + position: absolute; + right: 0px; + top: -25px; + .ant-switch { + z-index: 1; + float: right; + margin-right: 20px; + margin-bottom: 5px; + } } } .ant-tabs + .ant-tabs { margin-top: 20px; } } +.commontable.pick-control { + >.button-list { + padding-right: 140px; + } +} .ant-back-top { bottom: 30px; right: 30px; -- Gitblit v1.8.0