feat: 内容稿件列表筛选栏

This commit is contained in:
rd
2025-07-25 17:15:44 +08:00
parent e88695a5e4
commit 52a696c133
6 changed files with 75 additions and 17 deletions

View File

@ -21,15 +21,17 @@
.arco-btn-primary {
background-color: $color-primary !important;
border: none !important;
border-color: transparent !important;
color: #fff !important;
&.arco-btn-disabled {
color: #fff !important;
border-color: transparent !important;
background-color: $color-primary-3 !important;
}
&:not(.arco-btn-disabled) {
&:hover {
color: #fff !important;
border-color: transparent !important;
background-color: $color-primary-5 !important;
}
}
@ -134,14 +136,16 @@
.arco-btn-text {
background-color: transparent !important;
border: none !important;
border-color: transparent !important;
color: $color-primary !important;
&.arco-btn-disabled {
color: $color-primary-2 !important;
border-color: transparent !important;
}
&:not(.arco-btn-disabled) {
&:hover {
color: $color-primary-5 !important;
border-color: transparent !important;
}
}