readFileSystem/task.md

12 lines
650 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.

# 任务:调整同步数值数据为左对齐
## 待完成事项
- [x] 修改 `ui/incoming_inspection_page.py` 中的输入框对齐方式为左对齐
- [x] 修改 `ui/manual_inspection_page.py` 中的输入框对齐方式为左对齐
- [x] 修改 `ui/inspection_card.py` 中的数值显示为左对齐
- [x] 验证修改效果
- [x] 恢复 `ui/incoming_inspection_page.py` 中的 "检验信息" 标签命名
- [x] 调整布局炉号1后跟检验信息1炉号2后跟检验信息2信息输入框跨列显示
## 当前状态
- 入检界面布局已调整为交错式(炉号-信息),且检验信息输入框占据整行剩余空间。