From 43db2354aebd69854147371577cb576e2c67e64e Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Thu, 30 May 2024 17:09:20 +0800 Subject: [PATCH] 1 --- resources/views/admin/home.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index 109448c..8be988d 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -32,7 +32,7 @@ height: 300px; margin-left: 0 !important; } - .static-container > .card1:nth-child(3) .card1-title::before { + .static-container > .card1:nth-child(3) .card1-title > div::before { display: none; } .card1 { @@ -192,7 +192,7 @@ right: 0; bottom: 0; } - .type-switch .type-switch__item:has(input:active) .text { + .type-switch .type-switch__item:has(input:checked) .text { color: #609ff9; }