mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-09 06:54:11 +08:00
略微调整禁用状态下的颜色
This commit is contained in:
parent
fc4ba4606c
commit
1a2c2ae3fe
@ -260,7 +260,7 @@ export default {
|
|||||||
: this.disabledColor;
|
: this.disabledColor;
|
||||||
},
|
},
|
||||||
disabledColor() {
|
disabledColor() {
|
||||||
return this.$q.dark.isActive ? "grey-9" : "grey-5";
|
return this.$q.dark.isActive ? "grey-6" : "grey-5";
|
||||||
},
|
},
|
||||||
cardBgColor() {
|
cardBgColor() {
|
||||||
return this.$q.dark.isActive ? "#ffffff08" : "#00000008";
|
return this.$q.dark.isActive ? "#ffffff08" : "#00000008";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user