人生啊人生 3 місяців тому
батько
коміт
47188f93d2

+ 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;