This commit is contained in:
李志鹏
2026-04-21 16:17:21 +08:00
parent 4dc0a54b2e
commit e16c551f4e
2 changed files with 25 additions and 4 deletions

View File

@@ -135,10 +135,17 @@
.el-dialog.login-dialog {
--el-dialog-border-radius: 0;
--el-dialog-padding-primary: 0;
}
.login-dialog-content {
width: 90rem;
height: 62rem;
.el-dialog__body {
width: 100%;
height: 100%;
}
}
.login-dialog-content {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
> .bg {
width: 100%;