From 3fadc71c951cef61e3f6648351caad4df2c3ce60 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 01 七月 2025 17:18:29 +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 2acb24f..61baab5 100644
--- a/uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue
+++ b/uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue
@@ -160,6 +160,7 @@
}
.custom-style{
border-radius: 0 24rpx 24rpx 0;
+ background-color: #f4f4f4;
}
.uni-drawer--left {
--
Gitblit v1.8.0