Browse Source

改变主题色配置标签位置

pixel 3 years ago
parent
commit
21cda1e4e2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      web/src/view/layout/setting/index.vue

+ 2 - 2
web/src/view/layout/setting/index.vue

@@ -89,9 +89,9 @@ export default {
 
 <style lang="scss" scoped>
 .drawer-container {
-  position: absolute;
+  position: fixed;
   right: 0;
-  top: 20%;
+  bottom: 15%;
   height: 40px;
   width: 40px;
   display: flex;