From a5ead4787442811f9d4cc12a4fd2d669ff48aaeb Mon Sep 17 00:00:00 2001 From: sky121113 Date: Mon, 1 Jun 2026 08:42:46 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=20=E4=BF=AE=E6=AD=A3=E7=99=BB=E5=85=A5?= =?UTF-8?q?=E5=AF=86=E7=A2=BC=E8=BC=B8=E5=85=A5=E6=A1=86=E7=9C=BC=E7=9D=9B?= =?UTF-8?q?=E5=9C=96=E7=A4=BA=E5=A4=A7=E5=B0=8F=E5=A4=B1=E6=95=88=E5=95=8F?= =?UTF-8?q?=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 修正 resources/views/auth/login.blade.php 中密碼切換按鈕的 SVG 圖示大小類名。 2. 將無效的 w-4.5 h-4.5 改為 Tailwind CSS 標準的 w-5 h-5,解決圖示尺寸坍塌導致完全隱形看不到眼睛的問題。 --- resources/views/auth/login.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 56c7b82..3359ae1 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -137,11 +137,11 @@ placeholder="請輸入您的密碼" required autocomplete="current-password">