From e8df19365861767d050001aa890d98c9ec6a544b Mon Sep 17 00:00:00 2001 From: wyx Date: Mon, 27 Feb 2023 23:11:02 +0800 Subject: [PATCH] =?UTF-8?q?style:=E5=B1=82=E7=BA=A7=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/learningpath/LevelAddDetail.vue | 1 + src/views/projectcenter/TaskAdd.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/learningpath/LevelAddDetail.vue b/src/views/learningpath/LevelAddDetail.vue index eaffaf21..f115279b 100644 --- a/src/views/learningpath/LevelAddDetail.vue +++ b/src/views/learningpath/LevelAddDetail.vue @@ -2172,5 +2172,6 @@ const cancelStorage = async () => { .footBox { position: fixed; bottom: 0; + z-index: 999; } diff --git a/src/views/projectcenter/TaskAdd.vue b/src/views/projectcenter/TaskAdd.vue index 57380047..49cbd17a 100644 --- a/src/views/projectcenter/TaskAdd.vue +++ b/src/views/projectcenter/TaskAdd.vue @@ -1679,6 +1679,6 @@ const cancelStorage = async () => { .footBox { position: fixed; bottom: 0; - z-index: 99999; + z-index: 999; }