diff --git a/dbapi-ui/src/components/api/common/SqlCode.vue b/dbapi-ui/src/components/api/common/SqlCode.vue index 5df92113a2993407f2d91e444bc8ef8fffdb8313..7ac15ed99d937cc1bce45e489099bba7df7937b3 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;