修复登录页面全覆盖问题 - 移除Login.vue中的背景冲突,统一由App.vue处理
This commit is contained in:
@@ -83,7 +83,7 @@ body {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
min-height: 100vh;
|
||||
z-index: -1;
|
||||
z-index: -2;
|
||||
pointer-events: none;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
@@ -107,7 +107,7 @@ main.with-navbar {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
min-height: 100vh;
|
||||
z-index: 1000;
|
||||
z-index: 1;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user