白色主题

This commit is contained in:
2023-02-12 19:04:01 +08:00
parent d736a5912f
commit 57ab6fbb49
411 changed files with 1752 additions and 5304 deletions

View File

@@ -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>