Skip to content

Commit 2c0a0a3

Browse files
committed
upd: 样式优化
1 parent d102160 commit 2c0a0a3

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
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
@@ -478,7 +478,7 @@ export default {
478478
479479
},
480480
getHeight() {
481-
this.moduleHeight = this.$parent.$el.clientHeight - 228
481+
this.moduleHeight = this.$parent.$el.clientHeight - 252
482482
if(this.showAdvance) {
483483
this.moduleHeight -= 42
484484
}

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ export default {
132132
};
133133
</script>
134134
<style lang="scss" scoped>
135-
.log {
136-
height: 100%;
137-
}
138135
.btns {
139136
position: absolute;
140137
top: -2px;
@@ -153,11 +150,16 @@ export default {
153150
text-align: center
154151
}
155152
</style>
156-
<style>
153+
<style lang="scss" scoped>
157154
.engine-log-page .ivu-page-item, .engine-log-page .ivu-page-item-jump-prev {
158155
display: none;
159156
}
160157
.engine-log-page li.ivu-page-next {
161158
padding-left: 20px;
162159
}
160+
.log {
161+
.workbench-log-view {
162+
height: calc(100% - 24px) !important;
163+
}
164+
}
163165
</style>

0 commit comments

Comments
 (0)