From 9a201a4cbb3c474cc34b4d06aaef476206dbb597 Mon Sep 17 00:00:00 2001 From: yahui qin <> Date: Mon, 23 May 2022 17:01:00 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=8F=B3=E4=BE=A7=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E6=B6=88=E5=A4=B1=E9=97=AE=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbapi-ui/src/components/api/common/SqlCode.vue b/dbapi-ui/src/components/api/common/SqlCode.vue index f734c8f..4667872 100644 --- a/dbapi-ui/src/components/api/common/SqlCode.vue +++ b/dbapi-ui/src/components/api/common/SqlCode.vue @@ -539,7 +539,7 @@ export default { overflow: auto; //background-color: #f13838; .multi-sql { - width: 100%; + width: calc(100% - 300px); background-color: rgba(199, 48, 48, 0.23); position: relative; -- Gitee