Ver Fonte

🐛 fix: 修复个人中心页订单状态宫格图标不显示问题

- 移除导致图标不可见的CSS渐变样式
- 修复真机环境下图标显示问题
- 订单状态宫格图标现在可以正常显示:
  - 待付款:时钟图标
  - 待发货:包裹图标
  - 待收货:卡车图标
  - 待评价:星星图标

🤖 Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
yourname há 1 mês atrás
pai
commit
576b8cc3d2
1 ficheiros alterados com 1 adições e 3 exclusões
  1. 1 3
      mini/src/components/tdesign/order-group/index.css

+ 1 - 3
mini/src/components/tdesign/order-group/index.css

@@ -74,7 +74,5 @@
 
 /* 图标样式 */
 .tdesign-order-group__item__icon-image {
-  background-image: -webkit-linear-gradient(90deg, #6a6a6a 0%, #929292 100%);
-  -webkit-background-clip: text;
-  -webkit-text-fill-color: transparent;
+  /* 移除渐变样式,让图标正常显示 */
 }