Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-limited-sell-miniapp
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
邱骏
2018-07-13 11:33:40 +0800
Commit
07c895490670e61ab48557adb873be0608b9bdff
1 parent
60cdab50
首页文字行数限制
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
app/pages/index/index.wxss
app/pages/index/index.wxss
View file @
07c8954
...
...
@@ -113,6 +113,8 @@ page {
.item-content .item-name {
padding: 20rpx 30rpx 0rpx 30rpx;
margin-bottom: 22rpx;
/* 以下样式为控制 行数超过2行后显示... */
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
...
...
Please
register
or
login
to post a comment