From 474047882bc1d22b910783057f00ad875e411dab Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期三, 22 十一月 2023 17:51:51 +0800 Subject: [PATCH] 首页保存按钮loading --- Source/UBCS-WEB/src/components/StatisticsComponent/lineChart.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/components/StatisticsComponent/lineChart.vue b/Source/UBCS-WEB/src/components/StatisticsComponent/lineChart.vue index 6ea8c1d..4427fb6 100644 --- a/Source/UBCS-WEB/src/components/StatisticsComponent/lineChart.vue +++ b/Source/UBCS-WEB/src/components/StatisticsComponent/lineChart.vue @@ -1,7 +1,7 @@ <template> <div id="main"> <basic-container> - <v-chart :options="option" ref="chart" style="width: 100%;height:100vh"></v-chart> + <v-chart :options="option" ref="chart" style="width: 100%;"></v-chart> </basic-container> </div> </template> @@ -41,7 +41,7 @@ }, ], title: { - text: '涓婚搴撴暟鎹粺璁″垎鏋�', + text: '涓绘暟鎹粺璁″垎鏋�', left:'center', textAlign:'center' }, -- Gitblit v1.9.3