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
eb811ed84bbd00c7b212a449cf6f877e7c8cab0d
Authored by
王强
2021-06-19 10:38:20 +0800
1 parent
c298f6ce
购好物,加载中和没有更多提示文字字号和行高调整~
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
src/pages/common/common.less
src/pages/common/common.less
View file @
eb811ed
...
...
@@ -24,3 +24,8 @@ body {
24
24
max-width: 750px;
25
25
overflow: hidden;
26
26
}
27
+
28
+.van-list__loading-text, .van-list__finished-text {
29
+ font-size: 30px;
30
+ line-height: 100px;
31
+}
...
...