feat: 账号数据看板、账户详情、投放数据
This commit is contained in:
29
src/styles/components/tabs.scss
Normal file
29
src/styles/components/tabs.scss
Normal file
@ -0,0 +1,29 @@
|
||||
.arco-tabs {
|
||||
.arco-tabs-nav-tab {
|
||||
&-list {
|
||||
.arco-tabs-tab {
|
||||
.arco-tabs-tab-title {
|
||||
color: var(--Text-2, #3c4043);
|
||||
font-family: 'Alibaba PuHuiTi';
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: 24px;
|
||||
}
|
||||
&-active {
|
||||
.arco-tabs-tab-title {
|
||||
color: #6d4cfe;
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
.arco-tabs-tab-title::before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
.arco-tabs-nav-ink {
|
||||
background-color: #6d4cfe;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user