mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
perf: 样式调整
This commit is contained in:
parent
16c0f84297
commit
816e2b6bd6
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user