Skip to content

Commit

Permalink
fix(lock): fix lock modal height
Browse files Browse the repository at this point in the history
fixed #701
  • Loading branch information
mynetfan committed Jun 5, 2021
1 parent 6c4f947 commit 40e3cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/default/header/components/lock/LockModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
.@{prefix-cls} {
&__entry {
position: relative;
height: 240px;
//height: 240px;
padding: 130px 30px 60px 30px;
border-radius: 10px;
}
Expand Down

0 comments on commit 40e3cb0

Please sign in to comment.