sql执行器与表数据页面优化

This commit is contained in:
diantu
2023-02-09 22:27:39 +08:00
parent 9d54140617
commit 1ae0e92c10
7 changed files with 25 additions and 111 deletions

View File

@@ -261,7 +261,7 @@ export default {
'ace-editor': aceEditor
},
mounted: function () {
this.height = 500;
this.height = 360;
// 延迟设置展开的目录edit比app先初始化
// setTimeout(() => {
// this.doExecutorSqlCommon();
@@ -610,7 +610,7 @@ export default {
}
</script>
<style>
<style scoped>
.data-executor-vue .ace-monokai .ace_print-margin {
display: none;
}
@@ -654,4 +654,12 @@ export default {
height: calc(100vh - 180px);
overflow-y: auto;
}
/deep/ .elx-table .elx-body--column.col--ellipsis {
height: 38px;
}
/deep/ .elx-table .elx-header--column.col--ellipsis {
height: 38px;
}
</style>