mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
style: 更新移动端样式 (#16911)
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user