Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
80db51b6baf123385c218bce0315d05bf809d794
1 parent
c951d44a
mlellipsis
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
static/js/cart/cart.js
static/sass/cart/_good.scss
static/js/cart/cart.js
View file @
80db51b
...
...
@@ -101,9 +101,10 @@ if ($('.cart-nav').length > 0) {
}
if
(
switchChose
===
false
)
{
$
(
'.shopping-cart-good .name'
).
each
(
function
()
{
$
cartContentShow
.
find
(
'.shopping-cart-good .name'
).
each
(
function
()
{
this
.
mlellipsis
(
2
);
});
switchChose
=
true
;
}
if
(
cartType
===
'ordinary'
)
{
...
...
static/sass/cart/_good.scss
View file @
80db51b
...
...
@@ -27,7 +27,7 @@
}
}
.few-tag
{
.few-tag
{
width
:
148rem
/
$pxConvertRem
;
position
:
absolute
;
left
:
92rem
/
$pxConvertRem
;
...
...
@@ -90,6 +90,7 @@
width
:
80%
;
color
:
#5a5a5a
;
font-size
:
0
.6rem
;
line-height
:
0
.7rem
;
}
.color-size-row
>
span
{
...
...
Please
register
or
login
to post a comment