perf: layout style optimization

This commit is contained in:
vben
2020-10-31 19:51:24 +08:00
parent 05980a817e
commit 7702832181
27 changed files with 201 additions and 218 deletions

View File

@@ -1,9 +1,9 @@
.lock-modal {
&__entry {
position: relative;
width: 500px;
// width: 500px;
height: 240px;
padding: 80px 30px 0 30px;
padding: 130px 30px 60px 30px;
background: #fff;
border-radius: 10px;
}