fix : 修改登录框宽度

This commit is contained in:
2024-03-30 22:59:01 +08:00
parent 7b500e7ea1
commit a005409d92

View File

@@ -130,7 +130,7 @@ onBeforeUnmount(() => {
.el-form { .el-form {
padding: 12px 15px; padding: 12px 15px;
border-radius: 12px; border-radius: 12px;
width: 35%; width: 560px;
background-color: #fff; background-color: #fff;
.el-form-item { .el-form-item {