绿满眶商城微信小程序-uniapp
xiangpei
2025-07-03 aea728e413903d03639d228e9d036bf6113dcb09
视频主页操作按钮颜色
1个文件已修改
4 ■■■■ 已修改文件
components/dropdown-menu.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>