白色主题
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<wxs src="../common/utils.wxs" module="_" />
|
||||
|
||||
<t-picker
|
||||
custom-style="{{ customStyle }}"
|
||||
style="{{ style }}"
|
||||
class="{{classPrefix}}"
|
||||
visible="{{visible}}"
|
||||
value="{{columnsValue}}"
|
||||
@@ -14,6 +16,12 @@
|
||||
>
|
||||
<slot slot="header" name="header" />
|
||||
|
||||
<t-picker-item wx:for="{{columns}}" wx:key="index" class="{{classPrefix}}__item" options="{{item}}" index="index" />
|
||||
<t-picker-item
|
||||
wx:for="{{columns}}"
|
||||
wx:key="index"
|
||||
class="{{_.cls(classPrefix + '__item', [['roomly', columns.length > 5 && index == 0]])}}"
|
||||
options="{{item}}"
|
||||
index="index"
|
||||
/>
|
||||
<slot slot="footer" name="footer" />
|
||||
</t-picker>
|
||||
|
||||
Reference in New Issue
Block a user