Files
ccdi/docs/tests/records/2026-03-24-special-check-graph-placeholder-frontend-verification.md

39 lines
815 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-03-24
## 验证内容
### 1. 轻量校验脚本红绿验证
- 首次执行命令:
```bash
node docs/tests/scripts/check-special-check-graph-placeholder.js
```
- 初始结果:失败
- 失败原因:`SpecialCheck.vue` 中缺少图谱占位卡片的关键结构与文案
- 修改后再次执行命令:
```bash
node docs/tests/scripts/check-special-check-graph-placeholder.js
```
- 结果:通过
- 追加校验:脚本已覆盖 `min-height: 500px` 的高度断言
### 2. 前端构建验证
- 执行命令:
```bash
cd ruoyi-ui && npm run build:prod
```
- 结果:通过
- 备注构建输出存在既有的资源体积告警asset size limit / entrypoint size limit未出现与本次改动相关的编译错误