Explorar el Código

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

喵你个旺呀 hace 1 año
padre
commit
1aea42aa18
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 		}
 	}