Skip to content

Commit

Permalink
1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ydtg1993 committed Jun 18, 2022
1 parent 43ce683 commit 63b1c3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/assets/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ function componentPlane(url,xhr_url='',method='POST',callback=null){

let modal_body = document.createElement('div');
modal_body.className = "modal-body";
modal_body.style = 'background-color:#f4f4f4;padding:0;overflow-y:auto;height:' + window.innerHeight * 0.8 + 'px';
modal_body.style = 'background-color:#f4f4f4;padding:0;overflow-y:auto;max-height:' + window.innerHeight * 0.8 + 'px;min-height:'+ window.innerHeight * 0.4 + 'px;';

this._modalBodyNode = modal_body;
this._loading();
Expand Down
Loading

0 comments on commit 63b1c3e

Please sign in to comment.