From ceb4f7d7d52da4a245ede87fcc68ac3ff45cbce5 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 24 Sep 2020 22:50:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E6=94=B9=E5=A5=BD=E7=9C=8B?= =?UTF-8?q?=E4=BA=86=E4=B8=80=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- portal/src/app/main/tabs/tabs.component.scss | 29 +++++++++++++++++--- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/portal/src/app/main/tabs/tabs.component.scss b/portal/src/app/main/tabs/tabs.component.scss index 5c095fd..9559fbd 100644 --- a/portal/src/app/main/tabs/tabs.component.scss +++ b/portal/src/app/main/tabs/tabs.component.scss @@ -2,13 +2,34 @@ .title{ display: inline-block; - border: 1px solid grey; + border: 1px solid #d9d9d9; + border-radius: 2px; padding: 5px 10px; - margin: 2px 3px; - background-color: white; + margin: 2px; + background-color: #fafafa; + font-size: 14px; + //color: rgba(0, 0, 0, 0.65); + + a{ + color: rgba(0, 0, 0, 0.65); + text-decoration: none; + } + + i { + margin-left: 4px; + transform: scale(0.8); + &:hover{ + transform: scale(1.2); + } + } &.active{ - border-color: red; + color: white; + a { + color: white; + } + //border-color: #ffc2c2; + background-color: #1890ff; } } .content{ -- GitLab