From 36e794d948b856f2a542aaadd0e374892635be14 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 25 六月 2025 21:19:17 +0800 Subject: [PATCH] 自定义顶部组件优化 --- uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue b/uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue index 4d0deef..5608140 100644 --- a/uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue +++ b/uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue @@ -154,6 +154,7 @@ } .custom-style{ border-radius: 0 24rpx 24rpx 0; + top: 100px; } .uni-drawer--left { -- Gitblit v1.8.0