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
2015-11-28 16:41:50 +0800
Commit
5ebdb32fab0be6f95c72e46c260520c26110a8c3
1 parent
c02ecd3f
修正了图片不能正确按比例显示的bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/sass/product/_product-description.scss
static/sass/product/_product-description.scss
View file @
5ebdb32
...
...
@@ -95,7 +95,7 @@
img
{
margin-top
:
pxToRem
(
20px
);
width
:
pxToRem
(
581px
);
height
:
pxToRem
(
772px
)
;
height
:
auto
;
}
}
margin-top
:
pxToRem
(
30px
);
...
...
Please
register
or
login
to post a comment