From 854bcb68fd232c1e382ae58b9ac2f36e13413b3c Mon Sep 17 00:00:00 2001 From: yahui qin <> Date: Mon, 23 May 2022 10:28:02 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=20sql=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=99=A8=E6=9C=80=E5=A4=A7=E5=8C=96=E6=BB=9A=E5=8A=A8=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dbapi-ui/src/components/api/common/SqlCode.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dbapi-ui/src/components/api/common/SqlCode.vue b/dbapi-ui/src/components/api/common/SqlCode.vue index 7ac15ed..f734c8f 100644 --- a/dbapi-ui/src/components/api/common/SqlCode.vue +++ b/dbapi-ui/src/components/api/common/SqlCode.vue @@ -547,11 +547,12 @@ export default { .tabs { //height: 18px; //z-index: 1000; - //background-color: #b96666; + background-color: #fff; position: absolute; bottom: 1px; left: 30px; display: flex; + z-index:999; .tab-active { font-weight: 700; -- Gitee