From cc610ef597a4b600b4c48c80026f3a99be171f3b Mon Sep 17 00:00:00 2001 From: yuanhao <yuanhao_2024> Date: 星期一, 19 五月 2025 18:03:48 +0800 Subject: [PATCH] fix: scss跟背景图 --- App.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/App.vue b/App.vue index af53386..783b76a 100644 --- a/App.vue +++ b/App.vue @@ -71,4 +71,7 @@ /*姣忎釜椤甸潰鍏叡css */ @import "@/uni_modules/uview-ui/index.scss"; @import "@/common/scss/public.scss"; + .u-empty{ + margin-top: 340rpx !important; + } </style> \ No newline at end of file -- Gitblit v1.9.1