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;