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
334f3f2b2630f0608d6425bb57cb9dbccdd0e0cb
Authored by
zhiyangdu
2020-12-14 16:35:31 +0800
1 parent
f8b5f2cc
英文和数字换行
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/pages/pointsExchangeRecords/pointsExchangeRecords.less
src/pages/pointsExchangeRecords/pointsExchangeRecords.less
View file @
334f3f2
...
...
@@ -44,6 +44,7 @@
44
44
/*! autoprefixer: on */
45
45
text-overflow: ellipsis;
46
46
overflow: hidden;
47
+ word-break: break-all;
47
48
}
48
49
.exchange_time{
49
50
margin-top: 34px;
...
...