添加el-dialog样式
This commit is contained in:
18
frontend/src/utils/elementBind.ts
Normal file
18
frontend/src/utils/elementBind.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
export const dialogSmall = {
|
||||
width:'520px',
|
||||
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,
|
||||
class:'dialog-big'
|
||||
}
|
||||
Reference in New Issue
Block a user