Browse Source

🪁fix(登录页): 修复不显示登录表单的问题

喵你个旺呀 10 months ago
parent
commit
1aea42aa18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Web/src/views/login/index.vue

+ 1 - 1
Web/src/views/login/index.vue

@@ -332,7 +332,7 @@ const getTenantInfo = async () => {
 
 		/* 保持原有内容可见,放置在伪元素下方 */
 		.login-right-warp > * {
-			position: relative;
+			position: absolute;
 			z-index: 2;
 		}
 	}