From 0df4af33d8cf49cee58e905b969abda762831302 Mon Sep 17 00:00:00 2001 From: wyx Date: Tue, 28 Feb 2023 15:32:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=A1=B9=E7=9B=AE=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=EF=BC=8C=E5=BF=85=E4=BF=AE=E9=80=89=E4=BF=AE?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectcenter/TaskAdd.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/projectcenter/TaskAdd.vue b/src/views/projectcenter/TaskAdd.vue index 49cbd17a..c6af2cac 100644 --- a/src/views/projectcenter/TaskAdd.vue +++ b/src/views/projectcenter/TaskAdd.vue @@ -235,7 +235,7 @@ v-model:checked="element.flag" size="small" active-color="red"/>
-
必修
+
必修
选修
@@ -1585,7 +1585,7 @@ const cancelStorage = async () => { background-color: #5dc988; line-height: 23px; position: absolute; - z-index: 998; + z-index: 888; color: #ffffff; border-radius: 4px; } @@ -1596,7 +1596,7 @@ const cancelStorage = async () => { background-color: #f2f6fc; line-height: 23px; position: absolute; - z-index: 998; + z-index: 888; color: #5dc988; border-radius: 4px; }