移动端效果,弹窗默认统一全屏,实现更好的适配效果

pull/1164/head
JEECG 2024-03-27 11:28:06 +08:00
parent 325cc93e03
commit 94b38f7689
1 changed files with 5 additions and 0 deletions

View File

@ -226,6 +226,11 @@
}
if (Reflect.has(props, 'defaultFullscreen')) {
fullScreenRef.value = !!props.defaultFullscreen;
// update-begin--author:liaozhiyang---date:20240326---forQQYUN-8643
if (getIsMobile.value) {
fullScreenRef.value = true
}
// update-end--author:liaozhiyang---date:20240326---forQQYUN-8643
}
}