完成全部页面分页组件的抽取

This commit is contained in:
2026-03-17 10:50:42 +08:00
parent 7211fcdfea
commit e266482f88
17 changed files with 619 additions and 52 deletions

View File

@@ -237,7 +237,7 @@ function onDelete(item: any) {
.col-route { flex: 3; }
.col-status { width: 100px; justify-content: center; }
.col-memo { flex: 1; }
.col-ops { flex: 3; justify-content: flex-end; }
.col-ops { flex: 3; justify-content: flex-end; display: flex; flex-direction: row; }
.expand-icon {
margin-right: 8px;