From f9697383bc9097be8a444558e09ae21b27f1e831 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 31 十二月 2019 09:27:21 +0800 Subject: [PATCH] 2019-12-31 --- src/components/tabview/index.scss | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/tabview/index.scss b/src/components/tabview/index.scss index f333dd3..7e37b01 100644 --- a/src/components/tabview/index.scss +++ b/src/components/tabview/index.scss @@ -12,18 +12,20 @@ margin-bottom: 0; } .ant-tabs-tab { - padding: 18px 16px 6px; + padding: 18px 16px 6px 6px; cursor: default; span.tab-control i { - position: relative; - left: 7px; - top: -6px; + position: absolute; + right: -7px; + top: 10px; font-size: 10px; margin: 0px; + padding: 5px; cursor: pointer; } span.tab-name { cursor: pointer; + padding: 6px 0px 6px 10px; } } iframe { -- Gitblit v1.8.0