人生啊人生 3 달 전
부모
커밋
47188f93d2
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      user_web/src/view/admin/Main.vue
  2. 1 1
      user_web/src/view/admin/components/User/LoginOrExit.vue

+ 1 - 1
user_web/src/view/admin/Main.vue

@@ -39,7 +39,7 @@ const router = useRouter();
 .Main {
 
     position: fixed;
-    z-index: 1000;
+    z-index: 1;
     width: 100%;
     height: 100%;
     top: 0px;

+ 1 - 1
user_web/src/view/admin/components/User/LoginOrExit.vue

@@ -108,7 +108,7 @@ $myScale: 0.8;
 .LoginOrExit {
     position: fixed;
     // z-index: 999;
-    z-index: 0;
+    z-index: 1;
     top: 1.9285rem * $myScale;
     right: 3.7857rem * $myScale;
     float: left;