Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-21 11:29:20 +08:00

style: 移动端时登录框宽度自适应

This commit is contained in:
pany 2024-03-03 22:24:23 +08:00
parent c0a950b383
commit d716248736

View File

@ -154,6 +154,7 @@ createCode()
}
.login-card {
width: 480px;
max-width: 90%;
border-radius: 20px;
box-shadow: 0 0 10px #dcdfe6;
background-color: #fff;