diff --git a/src/components/RightPanel/index.vue b/src/components/RightPanel/index.vue index 961d3e69..63408d8b 100644 --- a/src/components/RightPanel/index.vue +++ b/src/components/RightPanel/index.vue @@ -2,7 +2,9 @@
- +
+ +
@@ -30,6 +32,11 @@ export default { show: false } }, + computed: { + theme() { + return this.$store.state.settings.theme + } + }, watch: { show(value) { if (value && !this.clickNotClose) { @@ -130,7 +137,16 @@ export default { height: 48px; pointer-events: auto; z-index: 0; + cursor: pointer; + pointer-events: auto; font-size: 24px; text-align: center; + color: #fff; + line-height: 48px; + + i { + font-size: 24px; + line-height: 48px; + } } diff --git a/src/components/ThemePicker/index.vue b/src/components/ThemePicker/index.vue index 42eba3fb..0a556248 100644 --- a/src/components/ThemePicker/index.vue +++ b/src/components/ThemePicker/index.vue @@ -1,7 +1,7 @@