fix: 拓扑显示居中响应改变宽高

This commit is contained in:
TsMask
2024-01-25 17:40:45 +08:00
parent 31651f8786
commit 47c07e7a3c
3 changed files with 20 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import { computed, reactive, ref } from 'vue';
/**图状态 */
export const graphState = reactive<Record<string, any>>({
/**当前图组名 */
group: '5GC System Architecture2',
group: '5GC System Architecture3',
/**图数据 */
data: {
combos: [],