File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ Component({
31
31
'l-class-content' ,
32
32
'l-content-class' ,
33
33
'l-class-desc' ,
34
- 'l-desc-class'
34
+ 'l-desc-class' ,
35
+ 'l-link-icon-class'
35
36
] ,
36
37
properties : {
37
38
icon : String ,
@@ -103,4 +104,4 @@ Component({
103
104
} , { bubbles : true , composed : true } ) ;
104
105
}
105
106
}
106
- } ) ;
107
+ } ) ;
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 size="26" color="#8c98ae" name="right" wx:if="{{isLink}}" />
32
+ <l-icon l-class="l-link-icon-class" size="26" color="#8c98ae" name="right" wx:if="{{isLink}}" />
33
33
</view>
34
- </template>
34
+ </template>
You can’t perform that action at this time.
0 commit comments