Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
2015-12-04 21:23:16 +0800
Commit
9616b233cc93f9b073536bcb5121dd520f6a7802
1 parent
8eca34b0
fix good info table height alignment issue. code review by Guanning and LiangZhifeng
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
static/sass/product/_detail.scss
static/sass/product/_detail.scss
View file @
9616b23
...
...
@@ -31,6 +31,8 @@ $basicBtnC:#eb0313;
margin-bottom
:
pxToRem
(
20px
);
font-size
:
pxToRem
(
24px
);
line-height
:
pxToRem
(
36px
);
display
:
flex
;
flex-wrap
:
wrap
;
&
.table
{
width
:
100%
;
.column
{
...
...
@@ -42,6 +44,8 @@ $basicBtnC:#eb0313;
font-size
:
pxToRem
(
24px
);
background-color
:
$tableCellC
;
float
:
left
;
display
:
flex
;
align-items
:
center
;
}
}
}
...
...
Please
register
or
login
to post a comment