Ver Fonte

style(审核组件): 调整逾期订单背景色以提升可读性

ylong há 1 mês atrás
pai
commit
384f76ddff
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      pages/index/audit/components/reviewOrderItem.vue

+ 1 - 1
pages/index/audit/components/reviewOrderItem.vue

@@ -80,7 +80,7 @@ const isOverdue = computed(() => {
     box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.1);
 
     &.overdue {
-        background: #fff2f0; // 轻红色背景,提升可读性
+        background: #f8cec7; // 轻红色背景,提升可读性
     }
 
     .order-info {