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
Lynnic
9 years ago
Commit
a3dfa1cfafc55a916ebaf22b973c819d75a10914
1 parent
a3bdc2e9
修复了ips屏幕下表格显示bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/sass/product/_detail.scss
static/sass/product/_detail.scss
View file @
a3dfa1c
...
...
@@ -38,7 +38,7 @@ $basicBtnC:#eb0313;
.column
{
box-sizing
:
border-box
;
display
:
table-cell
;
padding
:
pxToRem
(
16
px
)
pxToRem
(
12px
);
padding
:
pxToRem
(
20
px
)
pxToRem
(
12px
);
width
:
50%
;
border-bottom
:
1px
solid
#fff
;
border-right
:
1px
solid
#fff
;
...
...
Please
register
or
login
to post a comment