Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
1de5a45412e6b6a50e2652d40c4814d4a6682074
Authored by
zhiyangdu
2020-12-17 14:39:23 +0800
1 parent
57733a86
地址样式优化
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/appAddressToast/appAddressToast.less
src/components/appAddressToast/appAddressToast.less
View file @
1de5a45
...
...
@@ -67,8 +67,8 @@
67
67
}
68
68
69
69
.info {
70
- height: 80px;
71
- max-height: 80px;
70
+ height: auto;
71
+ line-height: 40px;
72
72
margin-top: 10px;
73
73
font-size: 28px;
74
74
color: #999999;
...
...