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 35
35
</block>
36
36
</view>
37
37
</view>
38
- <view wx:if="{{!fullScreen}}" style="position: relative">
38
+ <view wx:if="{{!fullScreen}}" class="l-container-class" style="position: relative">
39
39
<slot name="content"/>
40
40
<view wx:if="{{show}}" class="inner-loading-container" style="background:{{bgColor}};opacity:{{opacity}};z-index:{{zIndex}}"></view>
41
41
<view wx:if="{{show}}" class="l-class loading-icon-container" style="z-index:{{zIndex + 1}}">
Original file line number Diff line number Diff line change 35
35
</block>
36
36
</view>
37
37
</view>
38
- <view wx:if="{{!fullScreen}}" style="position: relative">
38
+ <view wx:if="{{!fullScreen}}" class="l-container-class" style="position: relative">
39
39
<slot name="content"/>
40
40
<view wx:if="{{show}}" class="inner-loading-container" style="background:{{bgColor}};opacity:{{opacity}};z-index:{{zIndex}}"></view>
41
41
<view wx:if="{{show}}" class="l-class loading-icon-container" style="z-index:{{zIndex + 1}}">
Original file line number Diff line number Diff line change 35
35
</block>
36
36
</view>
37
37
</view>
38
- <view wx:if="{{!fullScreen}}" style="position: relative">
38
+ <view wx:if="{{!fullScreen}}" class="l-container-class" style="position: relative">
39
39
<slot name="content"/>
40
40
<view wx:if="{{show}}" class="inner-loading-container" style="background:{{bgColor}};opacity:{{opacity}};z-index:{{zIndex}}"></view>
41
41
<view wx:if="{{show}}" class="l-class loading-icon-container" style="z-index:{{zIndex + 1}}">
You can’t perform that action at this time.
0 commit comments