调整样式,兼容手机浏览器页面
This commit is contained in:
@@ -33,6 +33,13 @@ const mixinDevice = {
|
||||
},
|
||||
isDesktop () {
|
||||
return this.device === 'desktop'
|
||||
},
|
||||
wrapClassNameInfo () {
|
||||
if(this.device === 'desktop') {
|
||||
return 'ant-modal-cust-warp depot-mask'
|
||||
} else {
|
||||
return 'ant-modal-cust-warp'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user