forked from github/dataease
Merge pull request #8203 from dataease/pr@dev-v2@fix_markline3
fix(数据大屏): 修复对标线未显示问题
This commit is contained in:
commit
84dccd3481
@ -26,7 +26,7 @@ const hideLine = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const showLine = (isDownward, isRightward) => {
|
const showLine = (isDownward, isRightward) => {
|
||||||
const linesRef = currentInstance.ctx.$refs
|
const linesRef = currentInstance.proxy.$refs
|
||||||
const components = componentData.value
|
const components = componentData.value
|
||||||
const curComponentStyle = getComponentRotatedStyle(curComponent.value.style)
|
const curComponentStyle = getComponentRotatedStyle(curComponent.value.style)
|
||||||
const curComponentHalfWidth = curComponentStyle.width / 2
|
const curComponentHalfWidth = curComponentStyle.width / 2
|
||||||
|
Loading…
Reference in New Issue
Block a user