bug修改

This commit is contained in:
qumeng039@126.com 2025-08-01 16:12:39 +08:00
parent e87927785d
commit 2c307296ff
2 changed files with 4 additions and 1 deletions

View File

@ -248,6 +248,7 @@ const handlePointPointerDown = (e) => {
const handlePointerUp = () => {
isDragging.value = false
//
pause() //
const currentTimes = TansTimestamp(currentTime.value, "YYYY-MM-DD HH:mm:ss")
if (props.interactionStore.curRelationId == "") {
props.interactionStore.initGraphCommunityDetailNode(
@ -307,7 +308,9 @@ const initChart = async () => {
name: item.userName,
//
avatarData: item.avatarData,
//
defaultAvatar: getAvatarUrl(item.defaultAvatar),
//
activeAvatar: getAvatarUrl(item.activeAvatar),
symbolSize: 40,
postNum: item.postNum,

View File

@ -271,7 +271,7 @@ const initChart = async () => {
focus: "adjacency", //
lineStyle: {
// 线
width: 10 // 线(10)
width: 5 // 线(10)
}
}
}