定时任务视图tab高亮

This commit is contained in:
whyour
2022-09-03 11:58:21 +08:00
parent e5d8adf955
commit 4e389865b5
2 changed files with 36 additions and 3 deletions
+20
View File
@@ -124,6 +124,26 @@
width: 50px;
}
}
&.active {
color: #1890ff;
.ant-tabs-ink-bar {
width: 50px;
}
}
}
&.more-active {
.ant-tabs-nav-list {
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
color: unset;
}
.ant-tabs-ink-bar {
width: 0 !important;
}
}
}
}