From 2cfae2f496b90278d9af3c11159faa655e25a4ef Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 29 六月 2020 19:21:06 +0800 Subject: [PATCH] 2020-06-29 --- src/views/mobdesign/index.scss | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/views/mobdesign/index.scss b/src/views/mobdesign/index.scss index 322a91f..3fedde8 100644 --- a/src/views/mobdesign/index.scss +++ b/src/views/mobdesign/index.scss @@ -29,7 +29,7 @@ border-bottom: 1px solid #000; cursor: pointer; z-index: 10; - background: #262626; + background: #202735; i { margin-bottom: 5px; margin-left: 2px; @@ -58,7 +58,7 @@ position: relative; z-index: 10; height: 1000px; - background: #262626; + background: #202735; } } @@ -68,8 +68,20 @@ top: 0; height: 100%; width: 300px; - background: #ffffff; + background: #202735; box-shadow: 0px 2px 2px #000; + + >.ant-tabs { + >.ant-tabs-bar { + border-bottom: 1px solid #181F29; + .ant-tabs-tab { + color: rgba(255, 255, 255, 0.85); + } + .ant-tabs-tab-active.ant-tabs-tab { + color: #1890ff; + } + } + } } .mob-shell { -- Gitblit v1.8.0