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-row",componentName:"fuiRow",props:{isFlex:{type:Boolean,default:!1},justify:{type:String,default:"start"},align:{type:String,default:"top"},marginTop:{type:String,default:"0"},marginBottom:{type:String,default:"0"},gutter:{type:Number,default:0},width:{type:[String,Number],default:750}},data:()=>({flex:!1}),watch:{isFlex(t){this.flex=t}},created(){this.flex=this.isFlex},computed:{marginValue(){return this.gutter?Number(this.gutter)/2:0},justifyClass(){return"start"!==this.justify?`fui-row__${this.justify}`:""},alignClass(){return"top"!==this.align?`fui-row__${this.align}`:""}}};const r=t._export_sfc(e,[["render",function(e,r,i,a,n,s){return{a:t.n(n.flex?"fui-row__flex":""),b:t.n(s.justifyClass),c:t.n(s.alignClass),d:i.marginTop,e:i.marginBottom,f:`-${s.marginValue}rpx`,g:`-${s.marginValue}rpx`}}],["__scopeId","data-v-6ef06d51"]]);wx.createComponent(r);
@@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}
@@ -0,0 +1 @@
<view class="{{['fui-row__box', 'data-v-6ef06d51', a, b, c, virtualHostClass]}}" style="{{'margin-top:' + d + ';' + ('margin-bottom:' + e) + ';' + ('margin-left:' + f) + ';' + ('margin-right:' + g) + ';' + virtualHostStyle}}"><slot></slot></view>
@@ -0,0 +1 @@
.data-v-6ef06d51:host{position:relative;box-sizing:border-box;display:block}.fui-row__box.data-v-6ef06d51{box-sizing:border-box;position:relative;flex-direction:row}.fui-row__box.data-v-6ef06d51:before{display:table;content:" "}.fui-row__box.data-v-6ef06d51:after{display:table;content:" "}.fui-row__box.data-v-6ef06d51:after{clear:both}.fui-row__flex.data-v-6ef06d51{display:flex;flex-direction:row}.fui-row__middle.data-v-6ef06d51{align-items:center}.fui-row__bottom.data-v-6ef06d51{align-items:flex-end}.fui-row__before.data-v-6ef06d51{display:table}.fui-row__end.data-v-6ef06d51{justify-content:flex-end}.fui-row__center.data-v-6ef06d51{justify-content:center}.fui-row__space-around.data-v-6ef06d51{justify-content:space-around}.fui-row__space-between.data-v-6ef06d51{justify-content:space-between}