From 1e121c2963bfce918d7b3ff007a87feefd70e5c6 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Thu, 30 May 2024 16:59:56 +0800 Subject: [PATCH] 1 --- resources/views/admin/home.blade.php | 32 ++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index 2da1594..8c021e3 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -174,6 +174,21 @@ height: 100%; width: 100%; } + + .type-switch { + display: flex; + } + .type-switch .type-switch__item { + position: relative; + } + .type-switch .type-switch__item > input { + opacity: 0; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + } @endpush @@ -250,9 +265,22 @@