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