2024-10-21 13:37:27 +08:00
|
|
|
export const dialogSmall = {
|
2024-11-14 11:17:22 +08:00
|
|
|
width:'500px',
|
2024-10-21 13:37:27 +08:00
|
|
|
closeOnClickModal:false,
|
|
|
|
|
draggable:true,
|
|
|
|
|
class:'dialog-small'
|
|
|
|
|
}
|
|
|
|
|
export const dialogMiddle = {
|
|
|
|
|
width:'800px',
|
|
|
|
|
closeOnClickModal:false,
|
|
|
|
|
draggable:true,
|
|
|
|
|
class:'dialog-middle'
|
|
|
|
|
}
|
|
|
|
|
export const dialogBig = {
|
|
|
|
|
width:'1200px',
|
|
|
|
|
closeOnClickModal:false,
|
|
|
|
|
draggable:true,
|
2024-12-03 09:50:15 +08:00
|
|
|
class:'dialog-big',
|
2024-10-21 13:37:27 +08:00
|
|
|
}
|