mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 10:09:04 +00:00
refactor(view) innerWidth, innerHeight -> 100%
This commit is contained in:
parent
24e4c776f4
commit
7e6d21a52f
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
openEffect : 'none',
|
||||
closeEffect : 'none',
|
||||
autoSize : false,
|
||||
height : window.innerHeight,
|
||||
width : window.innerWidth/0.75,
|
||||
height : '100%',
|
||||
width : '100%',
|
||||
minWidth : 0,
|
||||
minHeight : 0,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue