From 1629d48c881f9fd138e6902f9c0185afa8f7ea4d Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期一, 14 七月 2025 09:01:20 +0800
Subject: [PATCH] 新增活动视频富文本
---
components/dropdown-menu.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/components/dropdown-menu.vue b/components/dropdown-menu.vue
index 24b7d60..cf305ba 100644
--- a/components/dropdown-menu.vue
+++ b/components/dropdown-menu.vue
@@ -2,9 +2,9 @@
<view class="dropdown-container" :style="{ '--theme-color': themeColor }">
<!-- 瑙﹀彂鎸夐挳 -->
<view class="dropdown-trigger" @click="toggleDropdown">
- <uni-icons type="more-filled" size="20" color="#666"></uni-icons>
+ <uni-icons type="more-filled" size="20" color="#fff"></uni-icons>
<view class="dropdown-icon" :class="{ 'rotate': isOpen }">
- <uni-icons type="arrowdown" size="16" color="#666"></uni-icons>
+ <uni-icons type="arrowdown" size="16" color="#fff"></uni-icons>
</view>
</view>
@@ -124,7 +124,7 @@
height: 70rpx;
line-height: 70rpx;
border-radius: 8rpx;
- background-color: #fff;
+ // background-color: #fff;
box-sizing: border-box;
cursor: pointer;
--
Gitblit v1.8.0