Unverified Commit fc2f694e authored by uuz.vva's avatar uuz.vva Committed by GitHub
Browse files

fix[litemall-wx]: ScrollView高度设置增加像素单位 (#481)

没有像素单位会导致高度设置无效
parent bd5e56ab
......@@ -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>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment