File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
linkis-web/src/apps/linkis/module/globalHistoryManagement Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments