From 6817e8e5cd14334cccc43618f31fc044c5848ef3 Mon Sep 17 00:00:00 2001 From: lkddi Date: Thu, 12 Mar 2026 17:10:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=81=E9=87=91=E5=B8=81=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=EF=BC=9A=E7=A1=AE=E8=AE=A4=E5=8F=91=E6=94=BE=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E7=A6=81=E7=94=A8=E7=8A=B6=E6=80=81=E6=94=B9=E4=B8=BA=E7=81=B0?= =?UTF-8?q?=E8=89=B2=E8=83=8C=E6=99=AF=EF=BC=8C=E6=BF=80=E6=B4=BB=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=A9=99=E8=89=B2=20pill=20=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/chat/partials/user-actions.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/chat/partials/user-actions.blade.php b/resources/views/chat/partials/user-actions.blade.php index bd74a0d..b4d1425 100644 --- a/resources/views/chat/partials/user-actions.blade.php +++ b/resources/views/chat/partials/user-actions.blade.php @@ -1150,8 +1150,8 @@ box-shadow:0 4px 14px rgba(245,158,11,.4); white-space:nowrap; letter-spacing:.5px;" :style="(sending || !amount) - ? 'opacity:.4; cursor:not-allowed; transform:none; box-shadow:none;' - : 'opacity:1;'" + ? 'background:#d1d5db; cursor:not-allowed; box-shadow:none; color:#9ca3af;' + : 'background:#f59e0b;'" :disabled="sending || !amount" onmouseover="if(!this.disabled){this.style.transform='translateY(-2px)';this.style.boxShadow='0 7px 20px rgba(245,158,11,.5)'}" onmouseout="this.style.transform='';this.style.boxShadow='0 4px 14px rgba(245,158,11,.4)'">