Merge pull request 'fix : 修改登录框宽度' (#70) from dj into master

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/70
This commit is contained in:
2024-03-30 14:59:26 +00:00

View File

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