We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ac998 commit 2618520Copy full SHA for 2618520
src/date-time-picker/date-time-picker.wxml
@@ -21,7 +21,7 @@
21
<t-picker-item
22
wx:for="{{columns}}"
23
wx:key="index"
24
- class="{{_.cls(classPrefix + '__item', [['roomly', columns.length > 5 && index == 0]])}}"
+ class="{{_.cls(classPrefix + '__item', [['roomly', columns.length >= 5 && index == 0]])}}"
25
options="{{item}}"
26
index="index"
27
format="{{formatter}}"
0 commit comments