From b709765361153e85a201f3bf0fb0f918f04f2ebd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BD=A0=E7=9A=84=E5=90=8D=E5=AD=97?= <你的邮箱>
Date: Fri, 31 Oct 2025 21:10:18 +0900
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=88=A9=E7=94=A8=E8=80=85=E3=83=9E?=
=?UTF-8?q?=E3=82=B9=E3=82=BF=E3=80=91=E6=95=B0=E5=80=A4=E7=B3=BB=E3=81=AF?=
=?UTF-8?q?=E5=8F=B3=E5=AF=84=E3=81=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
resources/views/admin/users/list.blade.php | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/resources/views/admin/users/list.blade.php b/resources/views/admin/users/list.blade.php
index 353a663..6e98a9e 100644
--- a/resources/views/admin/users/list.blade.php
+++ b/resources/views/admin/users/list.blade.php
@@ -309,7 +309,7 @@
@endphp
{{-- 利用者ID(リンク) --}}
- | {{ $item->user_id }} △
+ | {{ $item->user_id }}
{{ $item->user_name }} |
{{-- タグ/QR --}}
{{ $item->tag_qr_flag ? 'QR' : 'タグ' }} |
@@ -318,17 +318,17 @@
{{ $item->user_name }} |
{{ $item->user_phonetic }} |
{{-- 生年月日/年齢 --}}
- {{ $item->user_birthdate ? \Illuminate\Support\Str::limit($item->user_birthdate, 10, '') : '' }}
+ | {{ $item->user_birthdate ? \Illuminate\Support\Str::limit($item->user_birthdate, 10, '') : '' }}
|
- {{ $item->user_age }} |
+ {{ $item->user_age }} |
{{-- 連絡先 --}}
- {{ $item->user_mobile }} |
- {{ $item->user_homephone }} |
+ {{ $item->user_mobile }} |
+ {{ $item->user_homephone }} |
{{ $item->user_primemail }} |
{{-- 本人確認(書類/チェック/日時) --}}
{{ __($item->user_idcard) }} |
{{ $chk === '1' ? '手動チェックOK' : '未チェック' }} |
- {{ $item->user_chk_day ? \Illuminate\Support\Str::limit($item->user_chk_day, 10, '') : '' }}
+ | {{ $item->user_chk_day ? \Illuminate\Support\Str::limit($item->user_chk_day, 10, '') : '' }}
|
{{-- 退会 --}}
{{ $item->user_quit_flag ? 'はい' : 'いいえ' }} |
@@ -353,8 +353,8 @@
}
.table-users thead th .header-link {
- color: #212529 !important;
- text-decoration: none !important;
+ color: #495057 !important;
+ text-decoration: underline !important;
display: block;
white-space: nowrap;
padding-right: 1.8rem;