From 2fe8f061c24af64f8c739d259b9a5979c35e82d2 Mon Sep 17 00:00:00 2001 From: lzx_win <2602107437@qq.com> Date: Thu, 16 Oct 2025 11:02:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E5=A4=87=E6=B3=A8?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=9A=84=E6=9D=A1=E4=BB=B6=E9=99=90=E5=88=B6?= =?UTF-8?q?=E5=B9=B6=E8=B0=83=E6=95=B4=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除备注显示的类型和审核状态限制,使其在所有情况下都能显示备注内容 同时调整备注框的宽度从460rpx改为420rpx --- otherPages/myOrdersManage/transaction/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/otherPages/myOrdersManage/transaction/index.vue b/otherPages/myOrdersManage/transaction/index.vue index 6e97d3c..6ffe332 100644 --- a/otherPages/myOrdersManage/transaction/index.vue +++ b/otherPages/myOrdersManage/transaction/index.vue @@ -34,7 +34,7 @@ 审核不通过 - + 备注:{{ item.remark }} @@ -359,7 +359,7 @@ padding: 12rpx; border-radius: 8rpx; border-left: 4rpx solid #F44336; - width: 460rpx; + width: 420rpx; } .receive-btn {