zhaoyun 3d998e3987 Fix Bug #568: 修复门诊日结页面排版混乱问题 - 添加缺失的cols-3和cols-4 CSS类定义
根因:模板中使用了 cols-3 和 cols-4 类名区分3列和4列布局,但CSS中只定义了
report-row 的固定4列网格,导致所有行都以4列显示,3列行的布局错乱。

修复:将 report-row 的 grid-template-columns 移到 cols-3 和 cols-4 类中,
使3列行正确显示为3列,4列行显示为4列。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-22 10:36:48 +08:00
2026-05-19 11:39:13 +08:00
2026-04-08 23:12:24 +08:00
2026-05-21 17:40:26 +08:00
Description
No description provided
85 MiB
Languages
Java 49.4%
Vue 45%
JavaScript 4.5%
HTML 0.7%
SCSS 0.1%