定时任务增加分组

This commit is contained in:
whyour
2022-08-27 14:50:27 +08:00
parent 9e997410ab
commit f8f63890e5
8 changed files with 622 additions and 1 deletions
+19
View File
@@ -106,4 +106,23 @@
.ant-tabs-nav-wrap {
flex: unset !important;
}
.view-more {
margin-left: 20px;
padding: 8px 0;
cursor: pointer;
.ant-tabs-ink-bar {
width: 0;
}
&:hover,
&:focus-visible {
color: #1890ff;
.ant-tabs-ink-bar {
width: 50px;
}
}
}
}