From b2e8e233d59d107615a8336dce9da36f1f8bcde0 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期二, 03 十二月 2024 16:46:47 +0800 Subject: [PATCH] ll --- h5/App.vue | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/h5/App.vue b/h5/App.vue index 42fad1b..526bb3b 100644 --- a/h5/App.vue +++ b/h5/App.vue @@ -1,7 +1,7 @@ <script> export default { onLaunch: function () { - + // const result = uni.getWindowInfo() }, onShow: function () { console.log('App Show') @@ -15,6 +15,7 @@ <style lang="scss"> /*姣忎釜椤甸潰鍏叡css */ @import "uview-ui/index.scss"; +// @import "./uni_modules/uview-ui/index.scss"; body{ font-size: 28rpx; } @@ -26,6 +27,16 @@ justify-content: space-between; align-items: center; } +.empty_wrap{ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + height: 100%; + image{ + width: 320rpx; + } +} .bg{ width: 100%; height: 100%; -- Gitblit v1.9.3