From baf7c814b21fdb24eba222e3563d597be72d7a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Sat, 17 Jan 2026 16:52:08 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=8A=A5=E8=A1=A8=E9=A1=B5=E9=9D=A2):?= =?UTF-8?q?=20=E9=87=8D=E6=9E=84HRM=E6=8A=A5=E8=A1=A8=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E5=92=8C=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除卡片容器,直接使用栅格布局 - 调整图表分布和尺寸比例 - 优化图表标题样式和容器边框 - 简化整体页面结构 --- klp-ui/src/views/wms/hrm/report.vue | 105 ++++++++++++++-------------- 1 file changed, 54 insertions(+), 51 deletions(-) diff --git a/klp-ui/src/views/wms/hrm/report.vue b/klp-ui/src/views/wms/hrm/report.vue index 0d60e89e..95d1f034 100644 --- a/klp-ui/src/views/wms/hrm/report.vue +++ b/klp-ui/src/views/wms/hrm/report.vue @@ -1,57 +1,53 @@ @@ -366,35 +362,42 @@ export default { .app-container { padding: 20px; } + .page-title { font-size: 18px; font-weight: bold; color: #333; margin-bottom: 20px; } + /* 卡片样式 */ .mb15 { margin-bottom: 15px; } + .card-header { font-size: 16px; font-weight: bold; color: #333; } + /* 图表标题 */ .chart-title { font-size: 14px; font-weight: 500; color: #666; + background-color: #fff; margin-bottom: 10px; text-align: center; } + /* 图表容器基础样式 */ .chart-container { width: 100%; height: 300px; - border-radius: 8px; + border: 2px solid #fff; } + /* 大图表样式 */ .big-chart { height: 400px;