From 7806937ed0316fcb6a9d0d29605b035e58d5ed19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=A0=E7=9A=84=E5=90=8D=E5=AD=97?= <你的邮箱> Date: Tue, 6 Jan 2026 22:38:36 +0900 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E3=83=AD=E3=82=B0=E3=82=A4=E3=83=B3?= =?UTF-8?q?=E3=80=91=E6=8C=87=E6=91=98=E3=81=AB=E3=82=88=E3=82=8A=E3=83=AD?= =?UTF-8?q?=E3=82=B0=E3=82=A4=E3=83=B3=E8=83=8C=E6=99=AF=E4=BB=AE=E8=A8=AD?= =?UTF-8?q?=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/auth/login.blade.php | 78 +++++++++++++++++++++++++--- 1 file changed, 70 insertions(+), 8 deletions(-) diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 6de3d35..f882642 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -26,14 +26,43 @@ {{ $errors->first('ope_id') }} @endif -
- -
- -
-
+ +
+ + +
+ + {{-- 默认:闭眼 --}} + + + + + + + {{-- 按住时:睁眼 --}} + + + + + +
+
+ + + + @if ($errors->has('ope_pass')) + + + +{{-- 指摘により暫定対応 --}} + @endsection