From 7dbe2a37ffbda59e5add74e8b64aeb4023dbf1be Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Thu, 30 May 2024 17:32:47 +0800 Subject: [PATCH] 1 --- resources/views/admin/home.blade.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index d868172..2d4349f 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -209,6 +209,9 @@ .hospital-select:focus { outline: none; } + .date-select { + display: flex; + } .date-select > span { padding: 0 4px; } @@ -217,7 +220,7 @@ padding: 0 6px; border-radius: 4px; border: #999 1px solid; - height: 34px; + height: 24px; width: 120px; }