fix: 类型推断警告

This commit is contained in:
就眠儀式
2022-03-31 19:05:08 +08:00
parent 06ac16fe5a
commit fcc3be11fc
5 changed files with 11 additions and 8 deletions

View File

@@ -204,16 +204,16 @@ const throttle = (func: Function, wait: number) => {
list-style: none;
&:hover {
background-color: #f6f6f6 !important;
color: #5fb878;
color: var(--global-checked-color);
}
&:active {
background-color: #f6f6f6 !important;
color: #89d89f;
color: var(--global-checked-color);
}
&.active {
background-color: #f6f6f6 !important;
* {
color: #5fb878 !important;
color: var(--global-checked-color);
}
}
}