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 @@
-
-
+
+
-
+
-
+
-
+
总人数
{{ summary.total }}
@@ -27,56 +26,47 @@
-
-
+
-
- 序号
-
+ 序号
-
- 姓名
-
+ 姓名
-
- 性别
-
+ 性别
-
- 年龄
-
+ 年龄
-
- 操作
-
+ 操作
-
-
-
+
+
+
- {{index+1}}
+ {{ index + 1 }}
- {{item.xm}}
+ {{ item.xm }}
-
+
+
- {{item.xb_dictText}}
+ {{ item.xb_dictText }}
-
+
+
- {{item.nl}}
+ {{ item.nl }}
@@ -84,310 +74,297 @@
-
-
-
\ 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;
+}
+