perf: 对接 SQLBot 页面样式

This commit is contained in:
fit2cloud-chenyw
2026-01-24 17:47:20 +08:00
committed by fit2cloud-chenyw
parent e95da88efa
commit 542dc682bc

View File

@@ -102,7 +102,7 @@ onUnmounted(() => {
<style lang="less" scoped>
.dataease-v2-embedded-sqlbot {
width: 100vw;
height: 100vh;
height: calc(100vh - 56px);
overflow: hidden;
display: flex;
}