We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d54b77 commit 42eb462Copy full SHA for 42eb462
linkis-web/src/apps/linkis/module/globalHistoryManagement/index.vue
@@ -477,7 +477,7 @@ export default {
477
478
},
479
getHeight() {
480
- this.moduleHeight = this.$parent.$el.clientHeight - this.$refs.searchBar.offsetHeight - 200;
+ this.moduleHeight = this.$parent.$el.clientHeight - this.$refs.searchBar.offsetHeight - 210;
481
if(this.showAdvance) {
482
this.moduleHeight -= 10
483
}
0 commit comments