fix: adjust agent terminal height (#12630)

Refs #12611
This commit is contained in:
ssongliu
2026-04-29 02:41:42 +00:00
committed by GitHub
parent 70f044dc50
commit 19c9c0f4e5
@@ -108,6 +108,6 @@ defineExpose({
<style lang="scss" scoped>
.terminal {
height: calc(100vh - 180px);
height: calc(100vh - 237px);
}
</style>