From 95ef623ee4118bbbd50d83dac8405709657e068d Mon Sep 17 00:00:00 2001 From: yahui qin <> Date: Fri, 20 May 2022 11:33:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20sql=E8=B6=85=E5=AE=BD=E7=9A=84=E6=97=B6?= =?UTF-8?q?=E5=80=99=EF=BC=8Csql=E7=BC=96=E8=BE=91=E5=99=A8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dbapi-ui/src/components/api/common/SqlCode.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dbapi-ui/src/components/api/common/SqlCode.vue b/dbapi-ui/src/components/api/common/SqlCode.vue index 5df9211..7ac15ed 100644 --- a/dbapi-ui/src/components/api/common/SqlCode.vue +++ b/dbapi-ui/src/components/api/common/SqlCode.vue @@ -44,7 +44,6 @@
trim
-
@@ -455,7 +454,9 @@ export default { .right { display: block; - width: 100%; + // width: 100%; + width: calc(100vw - 250px) !important; + overflow: auto; border: 1px solid #999999; border-left: 0px; background-color: #fff; -- Gitee