From 1ef6c5aef03b07fb28481de681efd90f558d35f7 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 27 六月 2025 10:51:37 +0800 Subject: [PATCH] 视频填充模式bug --- 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