Files
Mdeical_Sur_Report/工程分析/需求分析-2026-04-19-00-13-20.md

14 lines
505 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 需求分析 —— 2026-04-19-00-13-20
## 需求来源
用户反馈打印时字段下划线与文字之间距离过大,视觉上不够紧凑。
## 需求概述
在打印/PDF导出时`.field-value``border-bottom`(下划线)与文字之间存在行高留白,导致横线没有紧贴文字底部。需要压缩行高以消除底部留白。
## 涉及文件
- `src/utils/print.ts`
## 需求影响范围
仅影响打印/导出PDF时的下划线视觉效果不影响屏幕编辑态。