From 601613d88e1a6addd006de0b387e4112a55e2199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E4=BB=99?= <615206459@qq.com> Date: Thu, 27 Jun 2024 22:33:19 +0800 Subject: [PATCH] 1 --- src/modules/helper/views/ai-code.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/helper/views/ai-code.vue b/src/modules/helper/views/ai-code.vue index fe2ac83..3b0e8f1 100644 --- a/src/modules/helper/views/ai-code.vue +++ b/src/modules/helper/views/ai-code.vue @@ -953,6 +953,7 @@ $color: #41d1ff; cursor: pointer; transition: all 0.2s; font-size: 12px; + z-index: 9; .el-icon { font-size: 16px; @@ -1288,6 +1289,7 @@ $color: #41d1ff; border-top: 5px solid rgba(255, 255, 255, 0.1); box-sizing: border-box; opacity: 0; + z-index: 10; transform: translateY(10vh); .editor {