first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:09:02 +08:00
commit dac42e3b0c
3512 changed files with 181637 additions and 0 deletions

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../libs/config/props.js"),r={props:{show:{type:Boolean,default:()=>e.defProps.overlay.show},zIndex:{type:[String,Number],default:()=>e.defProps.overlay.zIndex},duration:{type:[String,Number],default:()=>e.defProps.overlay.duration},opacity:{type:[String,Number],default:()=>e.defProps.overlay.opacity}}};exports.props=r;

View File

@@ -0,0 +1 @@
"use strict";const e=require("./props.js"),i=require("../../libs/mixin/mpMixin.js"),t=require("../../libs/mixin/mixin.js"),o=require("../../libs/function/index.js"),r=require("../../../../common/vendor.js"),n={name:"u-overlay",mixins:[i.mpMixin,t.mixin,e.props],computed:{overlayStyle(){const e={position:"fixed",top:0,left:0,right:0,zIndex:this.zIndex,bottom:0,"background-color":`rgba(0, 0, 0, ${this.opacity})`};return o.deepMerge(e,o.addStyle(this.customStyle))}},emits:["click"],methods:{clickHandler(){this.$emit("click")}}};if(!Array){r.resolveComponent("u-transition")()}Math;const s=r._export_sfc(n,[["render",function(e,i,t,o,n,s){return{a:r.o(s.clickHandler),b:r.p({show:e.show,"custom-class":"u-overlay",duration:e.duration,"custom-style":s.overlayStyle})}}],["__scopeId","data-v-f7274be9"]]);wx.createComponent(s);

View File

@@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"u-transition": "../u-transition/u-transition"
}
}

View File

@@ -0,0 +1 @@
<u-transition wx:if="{{b}}" class="data-v-f7274be9" u-s="{{['d']}}" bindclick="{{a}}" u-i="f7274be9-0" bind:__l="__l" u-p="{{b}}"><slot/></u-transition>

View File

@@ -0,0 +1 @@
.u-empty.data-v-f7274be9,.u-empty__wrap.data-v-f7274be9,.u-tabs.data-v-f7274be9,.u-tabs__wrapper.data-v-f7274be9,.u-tabs__wrapper__scroll-view-wrapper.data-v-f7274be9,.u-tabs__wrapper__scroll-view.data-v-f7274be9,.u-tabs__wrapper__nav.data-v-f7274be9,.u-tabs__wrapper__nav__line.data-v-f7274be9{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.u-overlay.data-v-f7274be9{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7)}