We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173983e commit 92ef542Copy full SHA for 92ef542
1 file changed
packages/mpx-cube-ui/src/components/slider/index.mpx
@@ -52,7 +52,7 @@
52
capture-catch:touchend="endHandler"
53
>
54
<!-- 滑块儿 -->
55
- <view class="cube-slider-thumb-custom" wx:style="{{ { display: customContent ? '' : 'none', ...thumbStyle } }}">
+ <view class="cube-slider-thumb-custom" wx:style="{{ thumbCustomStyle }}">
56
<!-- 自定义滑块儿 -->
57
<slot></slot>
58
</view>
0 commit comments