소스 검색

backstage bug

star7th 5 년 전
부모
커밋
16955960bb
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      web_src/src/components/admin/Index.vue

+ 2 - 1
web_src/src/components/admin/Index.vue

@@ -80,7 +80,7 @@
     text-align: center;
     line-height: 200px;
     height: calc(100% - 60px);
-    position: absolute;
+    position: fixed;
   }
 
   .el-menu{
@@ -120,6 +120,7 @@
     font-size: 20px;
     background-color: rgb(84, 92, 100);
     color: #fff;
+    position: fixed;
   }
 </style>