提交
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
{
|
||||
"usingComponents": {
|
||||
"loading": "/components/loading/loading"
|
||||
},
|
||||
"component": true
|
||||
}
|
||||
@ -1 +0,0 @@
|
||||
<view class="{{['loading '+(type=='flex'?'flex':'')]}}" style="{{'background-color:'+(backgroundColor)+';'}}"><loading vue-id="c60dcf7c-1" color="{{color}}" size="{{size}}" bind:__l="__l"></loading></view>
|
||||
@ -1,18 +0,0 @@
|
||||
|
||||
.loading {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
z-index: 9999;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.loading.flex {
|
||||
position: static;
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user