wangxy hace 2 años
padre
commit
30ddc5bab3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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;