From da1e3dbfc622f7f581d19a56c7e4d3abe13563e1 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 09 七月 2025 18:02:59 +0800
Subject: [PATCH] 上家发布商品功能

---
 components/dropdown-menu.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/dropdown-menu.vue b/components/dropdown-menu.vue
index b9bc7f3..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>
     

--
Gitblit v1.8.0