From ea67d8530b7844c0d330e24bf61b7fab0dbe5a24 Mon Sep 17 00:00:00 2001 From: wuyx Date: Mon, 26 Dec 2022 16:40:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/student/TableStudent.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/student/TableStudent.vue b/src/components/student/TableStudent.vue index b516df37..80bb4fd5 100644 --- a/src/components/student/TableStudent.vue +++ b/src/components/student/TableStudent.vue @@ -423,7 +423,7 @@ const projectId = ref(null) background: linear-gradient(rgba(78, 166, 255, 0.2) 0%, rgba(78, 166, 255, 0) 100%); } -.delete { +/* .delete { z-index: 9999; width: 424px; background: #ffffff; @@ -645,5 +645,5 @@ const projectId = ref(null) .canclestu>.ant-modal { width: 424px !important; height: 258px !important; -} +} */ \ No newline at end of file