mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(仪表板): 分享公共链接日期规则点击可位置太小
This commit is contained in:
committed by
fit2cloud-chenyw
parent
cab511b99f
commit
c6b0ab9556
@@ -173,6 +173,7 @@ const handleInnerMouseDown = e => {
|
||||
}
|
||||
if (['popEdit', 'preview'].includes(showPosition.value) || dvMainStore.mobileInPc) {
|
||||
onClick(e)
|
||||
if (e.target?.className?.includes('ed-input__inner')) return
|
||||
e.stopPropagation()
|
||||
e.preventDefault()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user