mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-06-08 15:23:17 +08:00
v2.1.3
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<view class="cu-list menu card-menu margin-top-xl margin-bottom-xl shadow-lg">
|
||||
<view class="cu-item arrow" wx:for="{{20}}" wx:key="index">
|
||||
<view class="content">
|
||||
<text class="icon-github text-grey"></text>
|
||||
<text class="cuIcon-github text-grey"></text>
|
||||
<text class="text-grey">{{index +1}}</text>
|
||||
</view>
|
||||
</view>
|
||||
@@ -23,13 +23,13 @@
|
||||
</view>
|
||||
</scroll-view>
|
||||
<view class="DrawerClose {{modalName=='viewModal'?'show':''}}" bindtap="hideModal">
|
||||
<text class="icon-pullright"></text>
|
||||
<text class="cuIcon-pullright"></text>
|
||||
</view>
|
||||
<scroll-view scroll-y class="DrawerWindow {{modalName=='viewModal'?'show':''}}">
|
||||
<view class="cu-list menu card-menu margin-top-xl margin-bottom-xl shadow-lg">
|
||||
<view class="cu-item arrow" wx:for="{{20}}" wx:key="index">
|
||||
<view class="content">
|
||||
<text class="icon-github text-grey"></text>
|
||||
<text class="cuIcon-github text-grey"></text>
|
||||
<text class="text-grey">{{index +1}}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user