From 4223c358f1ad9ffa4fcbc8fb0e350dc5bf342b51 Mon Sep 17 00:00:00 2001 From: hejianhao <15708179461@qq.com> Date: 星期一, 24 三月 2025 18:06:53 +0800 Subject: [PATCH] 字体 --- src/components/datascreen/RightPanel.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/datascreen/RightPanel.vue b/src/components/datascreen/RightPanel.vue index f255693..e1b01d6 100644 --- a/src/components/datascreen/RightPanel.vue +++ b/src/components/datascreen/RightPanel.vue @@ -70,7 +70,6 @@ <!-- 右侧第三块 --> <div class="panel-item bottom-panel-item"> <div class="box-title">各季度应补偿金额</div> - <div class="box-title">各季度应补偿总额</div> <div class="pie-chart"> <v-chart class="chart" :option="barOption" autoresize /> </div> @@ -919,6 +918,7 @@ } .item-name { + font-family: 'pangmenzhengdao'; width: 100px; color: #fff; font-weight: 500; -- Gitblit v1.7.1