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;