File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 justify-content :space-between ;
4343 align-items : center ;
4444 line-height : 1.2 ;
45- .l-arrow {
46- color : #8C98AE ;
47- font-size :26 rpx;
48- }
4945
5046 .l-text {
5147 margin-right : 20 rpx;
Original file line number Diff line number Diff line change 2929 <l-tag size="mini" shape="{{tagShape}}" bg-color="{{tagColor}}" l-class="cell-tag" wx:if="{{tagContent && tagPosition ==='right' && !tagPlain }}">{{tagContent}}</l-tag>
3030 <l-tag size="mini" shape="{{tagShape}}" plain="{{tagPlain}}" font-color="{{tagColor}}" l-class="cell-tag" wx:if="{{tagContent && tagPosition ==='right' && tagPlain }}">{{tagContent}}</l-tag>
3131 <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}}" />
3333 </view>
3434</template>
You can’t perform that action at this time.
0 commit comments