WGShare.Client.Wx/pages/loading/horizontal/index.wxml

5 lines
222 B
Plaintext

<view class="loading-container-flex">
<t-loading theme="circular" size="40rpx" text="加载中..." class="wrapper" />
<t-loading theme="spinner" size="40rpx" text="加载中..." inheritColor class="wrapper" />
</view>