From bb39cbe30cf530a7554c5813e21ffaba9307a035 Mon Sep 17 00:00:00 2001 From: TreeWish <1131093754@qq.com> Date: 星期五, 24 二月 2023 15:39:29 +0800 Subject: [PATCH] 修改部分图表显示效果 --- src/views/Thematic/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/Thematic/index.vue b/src/views/Thematic/index.vue index d3b7ca7..ccb777b 100644 --- a/src/views/Thematic/index.vue +++ b/src/views/Thematic/index.vue @@ -42,6 +42,7 @@ } if (parm == "leftView" || parm == "leftTree") { this.leftWidth = "20%" + this.rightWidth = "20%" } if (parm == "right") { -- Gitblit v1.9.3