From cfacd9149bd764df26845e0acf4c047d51abb50f Mon Sep 17 00:00:00 2001 From: xiejun <xj@2023> Date: 星期五, 24 十一月 2023 10:18:21 +0800 Subject: [PATCH] 必填项必填,如果为天则以/代替 --- 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