Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
fc2f694e
Unverified
Commit
fc2f694e
authored
May 19, 2021
by
uuz.vva
Committed by
GitHub
May 19, 2021
Browse files
fix[litemall-wx]: ScrollView高度设置增加像素单位 (#481)
没有像素单位会导致高度设置无效
parent
bd5e56ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/category/category.wxml
View file @
fc2f694e
...
...
@@ -6,7 +6,7 @@
</view>
</scroll-view>
</view>
<scroll-view scroll-y="true" scroll-top="{{scrollTop}}" style="height:{{scrollHeight}};">
<scroll-view scroll-y="true" scroll-top="{{scrollTop}}" style="height:{{scrollHeight}}
px
;">
<view class="cate-item">
<view class="h">
...
...
@@ -22,4 +22,4 @@
</view>
</view>
</scroll-view>
</view>
\ No newline at end of file
</view>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment