升级electron egg脚手架版本
This commit is contained in:
@@ -1,17 +1,23 @@
|
||||
export const dialogSmall = {
|
||||
width:'500px',
|
||||
width:'26vw',
|
||||
maxWidth:'500px',
|
||||
minWidth:'300px',
|
||||
closeOnClickModal:false,
|
||||
draggable:true,
|
||||
class:'dialog-small'
|
||||
}
|
||||
export const dialogMiddle = {
|
||||
width:'800px',
|
||||
width:'42vw',
|
||||
maxWidth:'800px',
|
||||
minWidth:'600px',
|
||||
closeOnClickModal:false,
|
||||
draggable:true,
|
||||
class:'dialog-middle'
|
||||
}
|
||||
export const dialogBig = {
|
||||
width:'1200px',
|
||||
width:'62vw',
|
||||
maxWidth:'1200px',
|
||||
minWidth:'800px',
|
||||
closeOnClickModal:false,
|
||||
draggable:true,
|
||||
class:'dialog-big',
|
||||
|
||||
Reference in New Issue
Block a user