diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index 2d4349f..1f8b1c9 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -204,13 +204,14 @@ background: #609ff9; position: absolute; left: 0; - bottom: -12px; + bottom: -18px; } .hospital-select:focus { outline: none; } .date-select { display: flex; + align-items: center; } .date-select > span { padding: 0 4px; @@ -220,8 +221,9 @@ padding: 0 6px; border-radius: 4px; border: #999 1px solid; - height: 24px; + height: 30px; width: 120px; + margin: 10px 0; } .hospital-select { @@ -313,7 +315,7 @@
-
+