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
Plain Diff
Browse Files
Authored by
yyq
2017-06-27 11:41:09 +0800
Commit
5117180ba541c178827b87273ee2133ca6c28b6f
2 parents
f86f6eae
752dc9ea
Merge branch 'feature/invoice' into release/5.9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
public/js/cart/order/invoice.js
public/scss/cart/_order-ensure2016.css
public/js/cart/order/invoice.js
View file @
5117180
...
...
@@ -138,8 +138,7 @@ function setShowInvoiceInfo() {
_h
+=
'电子发票'
;
}
_h
+=
' '
+
invoiceInfo
.
titleName
+
' '
+
invoiceInfo
.
contentName
;
_h
+=
' '
+
invoiceInfo
.
titleName
;
$dom
.
removeClass
(
'hide'
).
find
(
'span'
).
html
(
_h
);
}
...
...
public/scss/cart/_order-ensure2016.css
View file @
5117180
...
...
@@ -771,6 +771,15 @@
padding-right
:
20px
;
font-size
:
14px
;
>
span
{
display
:
inline-block
;
max-width
:
300px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
vertical-align
:
middle
;
}
>
label
{
width
:
80px
;
height
:
24px
;
...
...
Please
register
or
login
to post a comment