From 0ba276caaffedaf757b932f26aac86f695008175 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 28 十一月 2022 17:34:50 +0800 Subject: [PATCH] 2022-11-28 --- src/components/mkIcon/index.scss | 38 +++++++++++++++++++++++++++++++++++--- 1 files changed, 35 insertions(+), 3 deletions(-) diff --git a/src/components/mkIcon/index.scss b/src/components/mkIcon/index.scss index ebbd502..9338b1b 100644 --- a/src/components/mkIcon/index.scss +++ b/src/components/mkIcon/index.scss @@ -49,9 +49,6 @@ clear: both; } .mk-icon-wrap { - .ant-modal { - top: 50px!important; - } .ant-col { text-align: center; line-height: 55px; @@ -65,4 +62,39 @@ color: #1890ff; } } + .tab-control { + position: relative; + .anticon-redo { + display: none; + position: absolute; + left: -20px; + top: 0px; + } + } + .ant-tabs-tab-active.ant-tabs-tab { + .tab-control { + .anticon-redo { + display: inline-block; + } + } + } + .ant-tabs-nav .ant-tabs-tab { + padding: 12px 20px; + } + .ant-tabs-top.dubble-tabs { + .ant-tabs-bar { + padding-top: 10px!important; + } + } + .ant-tabs-top:not(.dubble-tabs) { + .ant-tabs-top-bar { + border-bottom: 0px; + .ant-tabs-nav-container { + display: none; + } + } + .ant-tabs-content { + max-height: calc(100vh - 180px)!important; + } + } } -- Gitblit v1.8.0