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
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
2016-07-15 11:57:15 +0800
Commit
f5d68e5e0a04fabf6c9242dd2c04bc9c72757b8b
1 parent
0c2e30fd
修复列表页样式问题
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
apps/product/views/partial/list/order-area.hbs
public/scss/product/_order-area.css
apps/product/views/partial/list/order-area.hbs
View file @
f5d68e5
...
...
@@ -8,7 +8,7 @@
</div>
{{#
paginationData
}}
<div
class=
"
right
"
>
<div
class=
"
order-page
"
>
<label>
共
<span>
{{
total
}}
</span>
件商品
</label>
...
...
public/scss/product/_order-area.css
View file @
f5d68e5
...
...
@@ -47,12 +47,11 @@
color
:
#1b1b1b
;
}
.right
{
width
:
auto
;
.order-page
{
height
:
24px
;
line-height
:
24px
;
margin-top
:
12px
;
float
:
right
;
label
{
color
:
#1b1b1b
;
font-weight
:
700
;
...
...
Please
register
or
login
to post a comment