Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
阿达
2016-05-25 17:19:48 +0800
Commit
04f1c1b137bfdd367523df735013510a45f74f9c
1 parent
c5a3138f
fix 多品店字体过大 换行导致UI错乱 bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
static/sass/product/_list.css
static/sass/product/_list.css
View file @
04f1c1b
...
...
@@ -62,6 +62,14 @@
color
:
#000
;
}
.span
{
width
:
60%
;
font-size
:
28px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
.brand-thumb
{
display
:
block
;
float
:
left
;
...
...
Please
register
or
login
to post a comment