From d7620bf4ffdf10aae9d4d77b4549b9acb493c07a Mon Sep 17 00:00:00 2001 From: kuaifan Date: Thu, 10 Aug 2023 20:17:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=83=A8=E5=88=86iOS=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E6=8C=89=E5=BD=95=E9=9F=B3=E6=97=B6=E9=A1=B5=E9=9D=A2=E9=97=AA?= =?UTF-8?q?=E7=83=81=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/sass/pages/components/task-detail.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/assets/sass/pages/components/task-detail.scss b/resources/assets/sass/pages/components/task-detail.scss index 0436e9eff..768d253be 100644 --- a/resources/assets/sass/pages/components/task-detail.scss +++ b/resources/assets/sass/pages/components/task-detail.scss @@ -9,6 +9,7 @@ display: flex; flex-direction: column; position: relative; + z-index: 1; .head { display: flex; align-items: center; @@ -520,6 +521,7 @@ justify-content: flex-end; margin-top: 22px; position: relative; + z-index: 1; .head { display: flex; align-items: center; @@ -709,6 +711,7 @@ position: absolute; top: 50%; left: 50%; + z-index: 2; transform: translate(-50%, -50%); display: flex; .common-loading {