白色主题

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,5 @@
<t-popup visible="{{visible}}" placement="bottom" bind:visible-change="hide">
<view style="{{ customStyle }}" class="{{name}}">
<view style="{{ style }}" class="{{name}}">
<view class="{{name}}__title">
<slot name="title" />
{{title}}
@@ -18,7 +18,7 @@
<view class="{{name}}__step-label {{name}}__step-label--{{index === stepIndex ? 'active' : ''}}">
{{ item }}
</view>
<t-icon name="chevron-right" size="22" class="{{name}}__step-arrow" />
<t-icon name="chevron-right" size="22" t-class="{{name}}__step-arrow" />
</view>
</view>
<block wx:if="{{theme == 'tab'}}">
@@ -42,18 +42,19 @@
scroll-y
scroll-top="{{scrollTopList[index]}}"
>
<t-radio-group
class="cascader-radio-group-{{index}}"
value="{{selectedValue[index]}}"
keys="{{keys}}"
options="{{options}}"
bind:change="handleSelect"
data-level="{{index}}"
align="right"
icon="line"
borderless
>
</t-radio-group>
<view class="cascader-radio-group-{{index}}">
<t-radio-group
value="{{selectedValue[index]}}"
keys="{{keys}}"
options="{{options}}"
bind:change="handleSelect"
data-level="{{index}}"
align="right"
icon="line"
borderless
>
</t-radio-group>
</view>
</scroll-view>
</view>
</view>