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
Plain Diff
Browse Files
Authored by
zhangxiaoru
2016-08-19 16:34:33 +0800
Commit
32aa4752807d548fd452bfe42c1d2d2e086edb5a
2 parents
0192e9da
7c212ef0
share
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
public/js/shopping/cart/util.js
public/scss/components/_dialog.css
public/js/shopping/cart/util.js
View file @
32aa475
...
...
@@ -50,7 +50,7 @@ var Util = {
refreshCart
:
function
(
data
,
callback
)
{
$
(
'#cart_content'
).
html
(
data
.
hasGoods
?
cartTpl
(
data
)
:
emptyCartTpl
);
$
(
'.
brand-name, .
pro-name a'
).
dotdotdot
({
$
(
'.pro-name a'
).
dotdotdot
({
wrap
:
'letter'
});
...
...
public/scss/components/_dialog.css
View file @
32aa475
...
...
@@ -73,6 +73,7 @@
position
:
relative
;
padding-top
:
40px
;
padding-bottom
:
20px
;
margin
:
0
auto
;
/* IE8 */
.title
{
font-size
:
22px
;
...
...
Please
register
or
login
to post a comment