File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 42
42
justify-content :space-between ;
43
43
align-items : center ;
44
44
line-height : 1.2 ;
45
- .l-arrow {
46
- color : #8C98AE ;
47
- font-size :26 rpx;
48
- }
49
45
50
46
.l-text {
51
47
margin-right : 20 rpx;
Original file line number Diff line number Diff line change 29
29
<l-tag size="mini" shape="{{tagShape}}" bg-color="{{tagColor}}" l-class="cell-tag" wx:if="{{tagContent && tagPosition ==='right' && !tagPlain }}">{{tagContent}}</l-tag>
30
30
<l-tag size="mini" shape="{{tagShape}}" plain="{{tagPlain}}" font-color="{{tagColor}}" l-class="cell-tag" wx:if="{{tagContent && tagPosition ==='right' && tagPlain }}">{{tagContent}}</l-tag>
31
31
<view class="l-text" wx:if="{{rightDesc}}">{{rightDesc}}</view>
32
- <l-icon l-self-class="l-arrow " name="right" wx:if="{{isLink}}" />
32
+ <l-icon size="26" color="#8c98ae " name="right" wx:if="{{isLink}}" />
33
33
</view>
34
34
</template>
You can’t perform that action at this time.
0 commit comments