wangxy пре 2 година
родитељ
комит
30ddc5bab3
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      components/sidebar.vue

+ 2 - 1
components/sidebar.vue

@@ -76,13 +76,14 @@ export default {
   //display: none;
   position: fixed;
   z-index: 100;
-  top: 200px;
+  top: 80px;
   right: 0;
 
   li {
     width: 94px;
     height: 102px;
     position: relative;
+    cursor: pointer;
 
     i {
       width: 45px;