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 i=require("../../../common/vendor.js"),t={name:"fui-timeaxis-node",inject:["timeaxis"],props:{lined:{type:Boolean,default:!0},lineColor:{type:String,default:"#ccc"}},data:()=>({lineWidth:1,width:48,leftWidth:0}),created(){this.init()},methods:{init(){this.timeaxis&&(this.width=this.timeaxis.width,this.lineWidth=this.timeaxis.lineWidth,this.leftWidth=this.timeaxis.leftWidth,this.timeaxis.children.push(this))}}};const e=i._export_sfc(t,[["render",function(t,e,d,n,s,h){return i.e({a:s.leftWidth+"rpx",b:d.lined},d.lined?{c:d.lineColor,d:s.lineWidth+"px"}:{},{e:s.width+"rpx"})}],["__scopeId","data-v-2d998284"]]);wx.createComponent(e);
@@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}
@@ -0,0 +1 @@
<view class="{{['fui-timeaxis__node-wrap', 'data-v-2d998284', virtualHostClass]}}" style="{{virtualHostStyle}}"><view class="fui-timeaxis__left data-v-2d998284" style="{{'width:' + a}}"><slot name="left"></slot></view><view class="fui-timeaxis__node-box data-v-2d998284" style="{{'width:' + e}}"><view class="fui-timeaxis__node data-v-2d998284"><slot></slot></view><view wx:if="{{b}}" class="fui-timeaxis__line data-v-2d998284" style="{{'background:' + c + ';' + ('width:' + d)}}"></view></view><view class="fui-timeaxis__content data-v-2d998284"><slot name="right"></slot></view></view>
@@ -0,0 +1 @@
.fui-timeaxis__node-wrap.data-v-2d998284{position:relative;width:100%;display:flex;flex-direction:row}.fui-timeaxis__line.data-v-2d998284{width:1px;transform:scaleX(.5) translateZ(0);transform-origin:center center;flex:1}.fui-timeaxis__node-box.data-v-2d998284{display:flex;flex-shrink:0;flex-direction:column;align-items:center;overflow:hidden}.fui-timeaxis__node.data-v-2d998284{display:flex;align-items:center;justify-content:center}.fui-timeaxis__left.data-v-2d998284{flex-shrink:0;overflow:hidden}.fui-timeaxis__content.data-v-2d998284{width:100%;flex:1}