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
张丽霞
9 years ago
Commit
adc9a98e4c6fec3a39d48b4b1aa1946fb83689b8
1 parent
f05462bb
fix 电子发票“修改”bug
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
template/www.yohobuy.com/actions/cart/index/order-ensure.phtml
web-static/sass/order/_pay.css
template/www.yohobuy.com/actions/cart/index/order-ensure.phtml
View file @
adc9a98
...
...
@@ -288,7 +288,7 @@
<div class="invoice-type mes">电子发票</div>
<div class="invoice-partment mes">个人</div>
<div class="invoice-kind mes">服装</div>
<
input type="button" class="revise mes" />修改
<
div class="revise mes">修改</div>
</div>
<div class='invoice-upload hide'>
<div class="invoice-upload-type"></div>
...
...
web-static/sass/order/_pay.css
View file @
adc9a98
...
...
@@ -112,6 +112,14 @@
display
:
inline-block
;
margin
:
10px
;
}
.revise
{
width
:
40px
;
height
:
20px
;
line-height
:
20px
;
border
:
1px
solid
#e0e0e0
;
text-align
:
center
;
}
}
.play-content
{
...
...
Please
register
or
login
to post a comment