style: 更新移动端样式 (#16911)

This commit is contained in:
王嘉豪
2025-09-05 17:39:50 +08:00
committed by GitHub
parent 7d43f7bdca
commit 1962e34313

View File

@@ -176,7 +176,7 @@ const handleInnerMouseDown = e => {
['popEdit', 'preview'].includes(showPosition.value)) ||
dvMainStore.mobileInPc
) {
onClick(e)
onClick()
if (e.target?.className?.includes('ed-input__inner')) return
e?.stopPropagation()
e?.preventDefault()
@@ -339,12 +339,12 @@ const onWrapperClick = e => {
} else {
window.open(url, '_blank')
}
if (inMobile.value) {
if (isMobile()) {
window.location.reload()
}
} else {
initOpenHandler(window.open(url, jumpType))
if (inMobile.value) {
if (isMobile()) {
window.location.reload()
}
}