From c587fbdad6f75ba05e5440b41be144bd335703aa Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 03 十二月 2020 17:16:29 +0800 Subject: [PATCH] 左侧目录树样式优化 --- src/components/subComponents/eChartsBar.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/subComponents/eChartsBar.vue b/src/components/subComponents/eChartsBar.vue index ebfc650..4e69088 100644 --- a/src/components/subComponents/eChartsBar.vue +++ b/src/components/subComponents/eChartsBar.vue @@ -73,7 +73,7 @@ }, grid: { top: 10, - right: 30, + right: 50, bottom: 20, left: 40, }, -- Gitblit v1.8.0