Skip to content

Commit 42eb462

Browse files
committed
upd: height adjustment
1 parent 8d54b77 commit 42eb462

File tree

1 file changed

+1
-1
lines changed
  • linkis-web/src/apps/linkis/module/globalHistoryManagement

1 file changed

+1
-1
lines changed

linkis-web/src/apps/linkis/module/globalHistoryManagement/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ export default {
477477
478478
},
479479
getHeight() {
480-
this.moduleHeight = this.$parent.$el.clientHeight - this.$refs.searchBar.offsetHeight - 200;
480+
this.moduleHeight = this.$parent.$el.clientHeight - this.$refs.searchBar.offsetHeight - 210;
481481
if(this.showAdvance) {
482482
this.moduleHeight -= 10
483483
}

0 commit comments

Comments
 (0)