Skip to content

Commit 2618520

Browse files
committed
chore(DateTimePicker): adjust the existence conditions of t-date-time-picke__item--rroomly class
1 parent f7ac998 commit 2618520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/date-time-picker/date-time-picker.wxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<t-picker-item
2222
wx:for="{{columns}}"
2323
wx:key="index"
24-
class="{{_.cls(classPrefix + '__item', [['roomly', columns.length > 5 && index == 0]])}}"
24+
class="{{_.cls(classPrefix + '__item', [['roomly', columns.length >= 5 && index == 0]])}}"
2525
options="{{item}}"
2626
index="index"
2727
format="{{formatter}}"

0 commit comments

Comments
 (0)