Browse Source

浮窗位置

guhongwei 5 years ago
parent
commit
198966abf4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/index.vue

+ 1 - 1
src/views/index.vue

@@ -248,7 +248,7 @@ export default {
 }
 }
 .floating {
 .floating {
   position: fixed;
   position: fixed;
-  top: 30%;
+  top: 10%;
   right: 10%;
   right: 10%;
   width: 350px;
   width: 350px;
   height: 140px;
   height: 140px;