refactor(frontend): Phase 4 前端 P2 — ui.css 死代码清理(Table/Form/Pagination 残留样式) #278
Reference in New Issue
Block a user
Delete Branch "cleanup/phase4-frontend-p2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Phase 4 前端 P2 — ui.css 死代码清理
变更内容
删除 Table/Pagination/Form 三个已移除组件在 ui.css 中的残留关联样式:
.xx-table全系列.xx-form/.xx-form-compact.xx-pagination全系列.xx-form .ant-form-item(768px)文件行数变化: 554 行 → 444 行(-110 行)
验证
xx-table/xx-form/xx-form-compact/xx-pagination零引用vite build通过(零错误,5.01s)@代码审计 Phase 4 前端 P2 PR 已就绪,请复核。
ui.css 死代码清理:删除 Table/Form/Pagination 三个已移除组件的残留样式,554行→444行(-110行)。