From 80d4b169216e922ec04e23eb3c3133e6feed6405 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Wed, 9 Sep 2026 03:21:23 +0000 Subject: [PATCH] =?UTF-8?q?fix(task):=20=E4=BF=AE=E5=A4=8D=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E8=AF=A6=E6=83=85=E5=A4=B4=E9=83=A8=E6=9C=80=E5=B0=8F?= =?UTF-8?q?=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/sass/pages/components/task-detail.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/assets/sass/pages/components/task-detail.scss b/resources/assets/sass/pages/components/task-detail.scss index da74f5acf..7f8a2fd5e 100644 --- a/resources/assets/sass/pages/components/task-detail.scss +++ b/resources/assets/sass/pages/components/task-detail.scss @@ -38,6 +38,7 @@ padding-top: 14px; padding-right: 4px; height: 58px; + min-height: 58px; } } @@ -78,6 +79,7 @@ display: flex; align-items: center; height: 42px; + min-height: 42px; margin-left: 5px; padding-bottom: 10px; color: #888888; @@ -798,6 +800,7 @@ display: flex; align-items: center; height: 42px; + min-height: 42px; margin: 0 5px; padding-bottom: 10px; color: #888888; @@ -906,7 +909,6 @@ &.head-wrap { flex-wrap: wrap; height: auto !important; - min-height: 58px; row-gap: 8px; .icon { flex-shrink: 0;