调整样式,兼容手机浏览器页面

This commit is contained in:
季圣华
2022-12-15 00:15:27 +08:00
parent 05426bf2c6
commit 7196825903
63 changed files with 235 additions and 178 deletions

View File

@@ -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'
}
}
}
}