Skip to content

Commit

Permalink
fix: set eo-editor height be auto
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Jul 13, 2022
1 parent 744e0d3 commit 223f7f6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@
}
}
}

::ng-deep eo-editor {
height: 100%;
& > div {
height: 100%;
}
.ace_editor {
height: 100% !important;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ eo-api-test-rest {
height: 100%;
.scroll_container {
height: calc(100% - 52px);
overflow-y: auto;
// overflow-y: auto;
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="flex eo-api-script">
<div class="w-[240px] h-[400px] overflow-auto">
<div class="w-[240px] h-[322px] overflow-auto">
<div class="flex justify-between p-3">
<div i18n>Shortcut</div>
<div>
Expand Down

0 comments on commit 223f7f6

Please sign in to comment.