This commit is contained in:
2025-05-13 16:56:30 +08:00
838 changed files with 923 additions and 88523 deletions

View File

@ -1,6 +0,0 @@
{
"usingComponents": {
"loading": "/components/loading/loading"
},
"component": true
}

View File

@ -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>

View File

@ -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%;
}