perf: 样式调整

This commit is contained in:
pipipi-pikachu 2021-02-15 16:50:42 +08:00
parent 16c0f84297
commit 816e2b6bd6
2 changed files with 5 additions and 2 deletions

View File

@ -27,7 +27,7 @@
transition: none; transition: none;
&:hover { &:hover {
background-color: #e1e1e1; background-color: rgba($color: $themeColor, $alpha: .2);
} }
} }
@ -55,6 +55,9 @@
.ant-select { .ant-select {
user-select: none; user-select: none;
} }
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
background-color: rgba($color: $themeColor, $alpha: .2);
}
// tooltip // tooltip
.ant-tooltip-inner { .ant-tooltip-inner {

View File

@ -130,7 +130,7 @@ export default defineComponent({
cursor: pointer; cursor: pointer;
&:hover { &:hover {
background-color: #ccc; background-color: rgba($color: $themeColor, $alpha: .2);
} }
} }
.colors { .colors {