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
mark
2016-12-15 12:02:00 +0800
Commit
321f9e04fa84ba0ea382db0712b2518947d8aabb
1 parent
ea667fc9
fix bugs
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
apps/product/views/action/product/detail.hbs
public/scss/product/_detail.css
apps/product/views/action/product/detail.hbs
View file @
321f9e0
...
...
@@ -173,7 +173,7 @@
</p>
<div
class=
"model-content"
>
<div
class=
"reference
info-block
"
>
<div
class=
"reference"
>
{{#
reference
}}
<table
class=
"reference-table"
>
<thead>
...
...
public/scss/product/_detail.css
View file @
321f9e0
...
...
@@ -1137,7 +1137,8 @@
text-align
:
center
;
}
.size-table
{
.size-table
,
.reference-table
{
width
:
100%
;
font-size
:
14px
;
color
:
#666
;
...
...
@@ -1151,6 +1152,16 @@
}
}
.reference-table
{
tbody{
tr{
height
:
42px
;
}
}
}
.size-table
,
.reference-table
,
.fitting-report-table
{
...
...
Please
register
or
login
to post a comment