File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ Component({
3131 'l-class-content' ,
3232 'l-content-class' ,
3333 'l-class-desc' ,
34- 'l-desc-class'
34+ 'l-desc-class' ,
35+ 'l-link-icon-class'
3536 ] ,
3637 properties : {
3738 icon : String ,
@@ -103,4 +104,4 @@ Component({
103104 } , { bubbles : true , composed : true } ) ;
104105 }
105106 }
106- } ) ;
107+ } ) ;
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 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}}" />
3333 </view>
34- </template>
34+ </template>
You can’t perform that action at this time.
0 commit comments