优化页面
This commit is contained in:
1
unpackage/dist/build/mp-weixin/TUIKit/components/common/Loading/index.js
vendored
Normal file
1
unpackage/dist/build/mp-weixin/TUIKit/components/common/Loading/index.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";const e=require("../../../../common/vendor.js"),t=e.defineComponent({__name:"index",props:{width:{type:String,default:"30px"},height:{type:String,default:"30px"},color:{type:String,default:"#D9D9D9"}},setup(e){const t=e;return(e,o)=>({a:t.width,b:t.height,c:`2px solid ${t.color}`})}}),o=e._export_sfc(t,[["__scopeId","data-v-45136175"]]);wx.createComponent(o);
|
||||
4
unpackage/dist/build/mp-weixin/TUIKit/components/common/Loading/index.json
vendored
Normal file
4
unpackage/dist/build/mp-weixin/TUIKit/components/common/Loading/index.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
1
unpackage/dist/build/mp-weixin/TUIKit/components/common/Loading/index.wxml
vendored
Normal file
1
unpackage/dist/build/mp-weixin/TUIKit/components/common/Loading/index.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view class="tui-loading data-v-45136175" style="{{'width:' + a + ';' + ('height:' + b) + ';' + ('border:' + c) + ';' + ('border-top-color:' + 'transparent')}}"/>
|
||||
1
unpackage/dist/build/mp-weixin/TUIKit/components/common/Loading/index.wxss
vendored
Normal file
1
unpackage/dist/build/mp-weixin/TUIKit/components/common/Loading/index.wxss
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.tui-loading.data-v-45136175{width:30px;height:30px;border:2px solid #d9d9d9;border-top-color:transparent;border-radius:100%;animation:circle-45136175 infinite .75s linear}@keyframes circle-45136175{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
|
||||
Reference in New Issue
Block a user