fix(ui): task monitor data binding - use correct getter functions for pipeline/persistence/injection views

This commit is contained in:
Youzini-afk
2026-04-12 22:38:32 +08:00
parent 2748cbb327
commit b193eed019
2 changed files with 43 additions and 51 deletions

View File

@@ -1246,6 +1246,10 @@
flex-shrink: 0;
}
.bme-memory-list-filters .bme-filter-select {
flex: 0 0 auto;
}
.bme-memory-list-scroll {
flex: 1;
overflow-y: auto;