Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
9 years ago
Commit
e290687885a79587eaf8be3447089517f00ab468
1 parent
76768989
update for limit the good name length for display
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
public/scss/me/order/_table.css
public/scss/me/order/_table.css
View file @
e290687
...
...
@@ -23,6 +23,13 @@
color
:
#fff
;
}
.good-name-text
{
display
:
-webkit-box
;
overflow
:
hidden
;
-webkit-line-clamp
:
2
;
-webkit-box-orient
:
vertical
;
}
.good-name-text
:hover
,
.check-detail
:hover
{
text-decoration
:
underline
;
...
...
@@ -128,7 +135,7 @@
.detail
{
width
:
calc
(
$
bigWidth
-
$
goodImgWidth
-
$
space
);
padding
:
$
bigSpace
$
smallSpace
0
0
;
padding
:
$
bigSpace
5px
0
0
;
float
:
right
;
box-sizing
:
border-box
;
line-height
:
1.4
;
...
...
Please
register
or
login
to post a comment