mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 04:53:31 +08:00
增加主色调的透明色定义
This commit is contained in:
@@ -145,8 +145,6 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { setCssVar } from "quasar";
|
||||
|
||||
export default {
|
||||
name: "PersonalizeMenu",
|
||||
props: {
|
||||
@@ -160,7 +158,6 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
setPrimaryColor() {
|
||||
setCssVar("primary", this.$root.profile.primaryColor);
|
||||
this.$root.saveProfile();
|
||||
},
|
||||
resetPrimary() {
|
||||
|
Reference in New Issue
Block a user