优化页面

This commit is contained in:
pengxiaolong
2025-06-09 23:02:05 +08:00
parent c5042d08c3
commit 8c70c2c850
605 changed files with 661 additions and 945 deletions

View File

@@ -1 +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);
"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-0f42b926"]]);wx.createComponent(o);

View File

@@ -1 +1 @@
<view class="tui-loading data-v-45136175" style="{{'width:' + a + ';' + ('height:' + b) + ';' + ('border:' + c) + ';' + ('border-top-color:' + 'transparent')}}"/>
<view class="tui-loading data-v-0f42b926" style="{{'width:' + a + ';' + ('height:' + b) + ';' + ('border:' + c) + ';' + ('border-top-color:' + 'transparent')}}"/>

View File

@@ -1 +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)}}
.tui-loading.data-v-0f42b926{width:30px;height:30px;border:2px solid #d9d9d9;border-top-color:transparent;border-radius:100%;animation:circle-0f42b926 infinite .75s linear}@keyframes circle-0f42b926{0%{transform:rotate(0)}to{transform:rotate(360deg)}}