Skip to content

Commit 92ef542

Browse files
committed
refactor: template
1 parent 173983e commit 92ef542

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/mpx-cube-ui/src/components/slider

packages/mpx-cube-ui/src/components/slider/index.mpx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
capture-catch:touchend="endHandler"
5353
>
5454
<!-- 滑块儿 -->
55-
<view class="cube-slider-thumb-custom" wx:style="{{ { display: customContent ? '' : 'none', ...thumbStyle } }}">
55+
<view class="cube-slider-thumb-custom" wx:style="{{ thumbCustomStyle }}">
5656
<!-- 自定义滑块儿 -->
5757
<slot></slot>
5858
</view>

0 commit comments

Comments
 (0)