美化登录页面:增加表单宽度和添加柔和阴影
This commit is contained in:
parent
429458a901
commit
9dacad00bf
|
|
@ -272,9 +272,12 @@ export default {
|
|||
}
|
||||
|
||||
.login-form {
|
||||
width: 410px;
|
||||
width: 480px;
|
||||
margin: auto;
|
||||
padding: 20px 0;
|
||||
padding: 30px;
|
||||
background: #fff;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
.login-header {
|
||||
|
|
|
|||
Loading…
Reference in New Issue