Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2017-02-16 21:44:32 +0800
Commit
1700bd4c801e2ae5efa305f7dabe01333ca3ca2c
1 parent
db4d6fd3
优惠券名称过长优化
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
public/js/cart/ensure.page.js
public/js/cart/order-new/address.js
public/scss/cart/_order-ensure2016.css
public/js/cart/ensure.page.js
View file @
1700bd4
...
...
@@ -14,8 +14,8 @@ var $balanceDetail = $('#balance-detail'),
$orderPrice
=
$
(
'#order-price'
);
var
order
=
{
printPrice
:
'Y'
};
printPrice
:
'Y'
};
var
payWay
,
deliveryWay
,
...
...
public/js/cart/order-new/address.js
View file @
1700bd4
...
...
@@ -15,6 +15,7 @@ var Dialog = dialog.Dialog,
var
$addrWrap
=
$
(
'#addr-list'
),
$deliveryAddr
=
$
(
'#delivery-detail'
),
// $payType2 = $('#pay-type2'),
$supportWay2
=
$
(
'#support-way2'
);
...
...
public/scss/cart/_order-ensure2016.css
View file @
1700bd4
...
...
@@ -895,8 +895,13 @@
}
.title
{
width
:
340px
;
width
:
330px
;
margin-right
:
10px
;
display
:
inline-block
;
vertical-align
:
middle
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
.time
{
...
...
Please
register
or
login
to post a comment