Initial commit

This commit is contained in:
chinahu-woker
2025-02-16 11:40:12 +08:00
parent d7af560866
commit a151610d25
212 changed files with 14008 additions and 231 deletions
@@ -0,0 +1 @@
"use strict";const e=require("../../../common/vendor.js"),n={name:"fui-safe-area",props:{background:{type:String,default:"#FFFFFF"}},created(){},data:()=>({iphonex:!1}),methods:{}};const o=e._export_sfc(n,[["render",function(e,n,o,r,t,a){return{a:t.iphonex?1:"",b:o.background}}],["__scopeId","data-v-f4213fd4"]]);wx.createComponent(o);
@@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}
@@ -0,0 +1 @@
<view class="{{['fui-safe__area-wrap', 'data-v-f4213fd4', a && 'fui-safe__area-weex', virtualHostClass]}}" style="{{'background:' + b + ';' + virtualHostStyle}}"></view>
@@ -0,0 +1 @@
.fui-safe__area-wrap.data-v-f4213fd4{width:100%;display:flex;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);flex:1;flex-direction:row}