mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-03-13 19:44:03 +08:00
04-25 更新
This commit is contained in:
@@ -24,10 +24,10 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="padding-sm flex flex-wrap">
|
||||
<view class="padding-xs" wx:for="{{ColorList}}" wx:key>
|
||||
<view class="padding-xs" wx:for="{{ColorList}}" wx:key wx:if="{{item.name!='gray'}}">
|
||||
<view class="cu-tag bg-{{item.name}}">{{item.title}}</view>
|
||||
</view>
|
||||
<view class="padding-xs" wx:for="{{ColorList}}" wx:key wx:if="{{index<12}}">
|
||||
<view class="padding-xs" wx:for="{{ColorList}}" wx:key wx:if="{{item.name!='gray' && item.name!='black' && item.name!='white'}}">
|
||||
<view class="cu-tag bg-{{item.name}} light">{{item.title}}</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -37,7 +37,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="padding-sm flex flex-wrap">
|
||||
<view class="padding-xs" wx:for="{{ColorList}}" wx:key>
|
||||
<view class="padding-xs" wx:for="{{ColorList}}" wx:key wx:if="{{item.name!='white'}}">
|
||||
<view class="cu-tag line-{{item.name}}">{{item.title}}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user