Skip to content

Commit 0474967

Browse files
committed
upd: 放大样式修改
1 parent 488df91 commit 0474967

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,9 @@ export default {
478478
},
479479
getHeight() {
480480
this.moduleHeight = this.$parent.$el.clientHeight - this.$refs.searchBar.offsetHeight - 200;
481+
if(this.showAdvance) {
482+
this.moduleHeight -= 10
483+
}
481484
},
482485
clickAdvance() {
483486
this.showAdvance = !this.showAdvance

0 commit comments

Comments
 (0)