Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
李奇
2018-01-17 15:25:27 +0800
Commit
9a370d466a6380206322cb3e99c3bb3173358e50
1 parent
1cb62d68
商品组件纵向overflowhidden
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
src/components/resources/resource-new-product-list.vue
src/components/resources/resource-tfgoods-list.vue
src/components/resources/resource-new-product-list.vue
View file @
9a370d4
...
...
@@ -62,6 +62,7 @@ export default {
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
white-space: nowrap;
overflow-y: hidden;
li.product-item {
position: relative;
...
...
src/components/resources/resource-tfgoods-list.vue
View file @
9a370d4
...
...
@@ -33,6 +33,7 @@ export default {
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
white-space: nowrap;
overflow-y: hidden;
li.product-item {
position: relative;
...
...
Please
register
or
login
to post a comment