From 8cf96126fea018444a753245bb838e53faf73840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E5=BE=B7=E4=BA=91?= Date: Thu, 13 Feb 2025 23:03:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=9F=A5=E8=AF=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../renliziyuan/renyuanxinxi/qttongji.vue | 10 +- .../views/renliziyuan/renyuanxinxi/tongji.vue | 845 +++++++++--------- 2 files changed, 410 insertions(+), 445 deletions(-) diff --git a/pages/views/renliziyuan/renyuanxinxi/qttongji.vue b/pages/views/renliziyuan/renyuanxinxi/qttongji.vue index a465508..b391d50 100644 --- a/pages/views/renliziyuan/renyuanxinxi/qttongji.vue +++ b/pages/views/renliziyuan/renyuanxinxi/qttongji.vue @@ -85,7 +85,6 @@ import { ref, reactive, onMounted, computed } from 'vue'; import * as echarts from 'echarts'; import { cxcRyDatAstatistics, cxcRyDatAstatisticsDetails } from '@/api/renyuan.js'; -import { initDictOption } from '@/api/common.js'; // 存储下方组件的高度 tableData const bottomHeight = ref(0); @@ -757,7 +756,7 @@ const onChartClick = (e) => { /* 图表容器 */ .chart-container { - height: 200px; + height: 250px; margin: 20rpx 0; border-radius: 24rpx; overflow: hidden; @@ -850,14 +849,9 @@ scroll-view { /* 响应式调整优化 */ @media (max-width: 768px) { .chart-container { - height: 200px; + height: 250px; border-radius: 20rpx; } - - .titleStyle { - font-size: 26rpx; - padding: 24rpx 0; - } } /* 数据行高亮效果 */ diff --git a/pages/views/renliziyuan/renyuanxinxi/tongji.vue b/pages/views/renliziyuan/renyuanxinxi/tongji.vue index 3376da9..2f3260a 100644 --- a/pages/views/renliziyuan/renyuanxinxi/tongji.vue +++ b/pages/views/renliziyuan/renyuanxinxi/tongji.vue @@ -1,18 +1,17 @@ \ No newline at end of file +/* 内容样式 */ +.dataStyle { + max-font-size: 14px; + /* 最大字体限制 */ + min-font-size: 10px; + /* 最小字体限制 */ + font-size: 12px; + color: #00007f; + line-height: 30px; + height: 30px; + font-weight: 500; + text-align: center; + vertical-align: middle; + border-bottom: 1px solid #919191; + border-left: 1px solid #919191; + text-overflow: ellipsis; +} +