Skip to content

Commit 7306008

Browse files
muronggjuzi214032
authored andcommitted
fix(List): 修复组件右侧箭头图标样式
close #915
1 parent f223071 commit 7306008

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/list/index.less

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@
4242
justify-content:space-between;
4343
align-items: center;
4444
line-height: 1.2;
45-
.l-arrow {
46-
color: #8C98AE;
47-
font-size:26rpx;
48-
}
4945

5046
.l-text {
5147
margin-right: 20rpx;

src/list/index.wxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
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>

0 commit comments

Comments
 (0)