Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
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
zhangwenxue
2019-10-31 16:45:44 +0800
Committed by
shuaiguo
2019-11-01 09:37:54 +0800
Commit
236d3f77b0eb996b37df12b293389cce5ad336bf
1 parent
20a2b265
fix(商品详情): fix 产品列表flex在低版本ios中高度无法确定
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
apps/pages/product/brand-product-list.vue
apps/pages/product/brand-product-list.vue
View file @
236d3f7
...
...
@@ -79,8 +79,13 @@ export default {
<style lang="scss" scoped>
.brand-product-list .scroll-view {
background: #f5f5f5;
height:
100%
;
height:
auto
;
overflow: auto;
-webkit-overflow-scrolling: touch;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
</style>
...
...
Please
register
or
login
to post a comment