Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
40e3cb043c90a8343fa44a32acad2cb77de732da
Authored by
无木
2021-06-05 12:25:39 +0800
1 parent
6c4f9473
fix(lock): fix lock modal height
fixed #701
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/layouts/default/header/components/lock/LockModal.vue
src/layouts/default/header/components/lock/LockModal.vue
View file @
40e3cb0
...
...
@@ -94,7 +94,7 @@
94
94
.@{prefix-cls} {
95
95
&__entry {
96
96
position: relative;
97
-
height: 240px;
97
+
//
height: 240px;
98
98
padding: 130px 30px 60px 30px;
99
99
border-radius: 10px;
100
100
}
...
...