2025/2/8第一次更新

This commit is contained in:
爱吃咸鱼小猫咪
2025-02-08 18:50:38 +08:00
commit d7af560866
26519 changed files with 5046029 additions and 0 deletions
@@ -0,0 +1 @@
"use strict";const t=require("../../../common/vendor.js"),e={name:"fui-timeaxis",props:{padding:{type:Array,default:()=>[]},background:{type:String,default:"transparent"},leftWidth:{type:[Number,String],default:0},width:{type:[Number,String],default:48},lineWidth:{type:[Number,String],default:1}},provide(){return{timeaxis:this}},created(){this.children=[]},watch:{width(t){this.children.forEach((e=>{e.width=t}))},lineWidth(t){this.children.forEach((e=>{e.lineWidth=t}))},leftWidth(t){this.children.forEach((e=>{e.leftWidth=t}))}}};const d=t._export_sfc(e,[["render",function(t,e,d,i,r,n){return{a:d.padding[0]||0,b:d.padding[1]||0,c:d.padding[2]||d.padding[0]||0,d:d.padding[3]||d.padding[1]||0,e:d.background}}],["__scopeId","data-v-6b1b3f8c"]]);wx.createComponent(d);
@@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}
@@ -0,0 +1 @@
<view style="{{'padding-top:' + a + ';' + ('padding-right:' + b) + ';' + ('padding-bottom:' + c) + ';' + ('padding-left:' + d) + ';' + ('background:' + e) + ';' + virtualHostStyle}}" class="{{['fui-timeaxis__wrap', 'data-v-6b1b3f8c', virtualHostClass]}}"><slot></slot></view>
@@ -0,0 +1 @@
.fui-timeaxis__wrap.data-v-6b1b3f8c{width:100%;box-sizing:border-box}