From db7cfcea85ebc3f09365c41b71cbbe30f3264449 Mon Sep 17 00:00:00 2001 From: Chopper711 Date: Fri, 21 Feb 2025 16:16:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8A=95=E8=AF=89=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/complain/complainInfo.vue | 18 +- pages/order/complain/complainList.vue | 5 +- pages/order/myOrder.vue | 1493 ++++++++++++------------- 3 files changed, 737 insertions(+), 779 deletions(-) diff --git a/pages/order/complain/complainInfo.vue b/pages/order/complain/complainInfo.vue index 97e1625..3d8fa02 100644 --- a/pages/order/complain/complainInfo.vue +++ b/pages/order/complain/complainInfo.vue @@ -34,14 +34,16 @@ {{ complaint.content }} - 暂无对话 - 回复对话 - - - - - - 回复 + 暂无对话 +
+ 回复对话 + + + + + + 回复 +
平台仲裁 diff --git a/pages/order/complain/complainList.vue b/pages/order/complain/complainList.vue index cbf2788..13b071c 100644 --- a/pages/order/complain/complainList.vue +++ b/pages/order/complain/complainList.vue @@ -28,9 +28,8 @@ {{ item.complainTopic }} - + diff --git a/pages/order/myOrder.vue b/pages/order/myOrder.vue index 431ca62..110a14d 100644 --- a/pages/order/myOrder.vue +++ b/pages/order/myOrder.vue @@ -1,828 +1,785 @@ + } + .cancel-btn { + color: #333639 !important; + background: rgba(46, 51, 56, .05) !important; + } + + .pay-btn { + + background-color: $light-color !important; + + color: #ffffff !important; + } + + .rebuy-btn { + color: $light-color !important; + border-color: $light-color !important; + background-color: #ffffff !important; + } + \ No newline at end of file