File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
hover-stop-propagation="{{hoverStopPropagation}}"
11
11
hover-start-time="{{hoverStartTime}}"
12
12
hover-stay-time="{{hoverStayTime}}"
13
- style="{{width?'min-width:'+width+'rpx;':''}} {{height?'height:'+height+'rpx;'+'line-height:'+height+'rpx;':''}} {{size=='long'?'border-radius:0;':''}} {{'backgroundcolor:': bgColor}}">
13
+ style="{{width?'min-width:'+width+'rpx;':''}} {{height?'height:'+height+'rpx;'+'line-height:'+height+'rpx;':''}} {{size=='long'?'border-radius:0;':''}} {{'background-color:'+ bgColor}}">
14
14
<view wx:if="{{loading}}" class="l-btn-loading {{'margin-' + size}} {{ plain ?'l-btn-loading-' + type : '' }}"></view>
15
15
<l-icon class="{{'margin-' + size}}" wx:if="{{icon}}" name="{{icon}}" color="{{iconColor}}" size="{{iconSize}}" />
16
16
<slot/>
Original file line number Diff line number Diff line change 10
10
hover-stop-propagation="{{hoverStopPropagation}}"
11
11
hover-start-time="{{hoverStartTime}}"
12
12
hover-stay-time="{{hoverStayTime}}"
13
- style="{{width?'min-width:'+width+'rpx;':''}} {{height?'height:'+height+'rpx;'+'line-height:'+height+'rpx;':''}} {{size=='long'?'border-radius:0;':''}} {{'backgroundcolor:': bgColor}}">
13
+ style="{{width?'min-width:'+width+'rpx;':''}} {{height?'height:'+height+'rpx;'+'line-height:'+height+'rpx;':''}} {{size=='long'?'border-radius:0;':''}} {{'background-color:'+ bgColor}}">
14
14
<view wx:if="{{loading}}" class="l-btn-loading {{'margin-' + size}} {{ plain ?'l-btn-loading-' + type : '' }}"></view>
15
15
<l-icon class="{{'margin-' + size}}" wx:if="{{icon}}" name="{{icon}}" color="{{iconColor}}" size="{{iconSize}}" />
16
16
<slot/>
Original file line number Diff line number Diff line change 10
10
hover-stop-propagation="{{hoverStopPropagation}}"
11
11
hover-start-time="{{hoverStartTime}}"
12
12
hover-stay-time="{{hoverStayTime}}"
13
- style="{{width?'min-width:'+width+'rpx;':''}} {{height?'height:'+height+'rpx;'+'line-height:'+height+'rpx;':''}} {{size=='long'?'border-radius:0;':''}} {{'backgroundcolor:': bgColor}}">
13
+ style="{{width?'min-width:'+width+'rpx;':''}} {{height?'height:'+height+'rpx;'+'line-height:'+height+'rpx;':''}} {{size=='long'?'border-radius:0;':''}} {{'background-color:'+ bgColor}}">
14
14
<view wx:if="{{loading}}" class="l-btn-loading {{'margin-' + size}} {{ plain ?'l-btn-loading-' + type : '' }}"></view>
15
15
<l-icon class="{{'margin-' + size}}" wx:if="{{icon}}" name="{{icon}}" color="{{iconColor}}" size="{{iconSize}}" />
16
16
<slot/>
You can’t perform that action at this time.
0 commit comments