mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
Merge pull request #8203 from dataease/pr@dev-v2@fix_markline3
fix(数据大屏): 修复对标线未显示问题
This commit is contained in:
@@ -26,7 +26,7 @@ const hideLine = () => {
|
||||
}
|
||||
|
||||
const showLine = (isDownward, isRightward) => {
|
||||
const linesRef = currentInstance.ctx.$refs
|
||||
const linesRef = currentInstance.proxy.$refs
|
||||
const components = componentData.value
|
||||
const curComponentStyle = getComponentRotatedStyle(curComponent.value.style)
|
||||
const curComponentHalfWidth = curComponentStyle.width / 2
|
||||
|
||||
Reference in New Issue
Block a user