style(fe): standardize ModelList master-detail page with central width tokens, selection highlight, and viewport-fit bounds

This commit is contained in:
2026-08-15 22:12:16 +09:00
parent 38a8cb85cd
commit 5dbf0077e4
4 changed files with 65 additions and 47 deletions
@@ -5,6 +5,7 @@ import {
ClientSideRowModelModule,
ColumnAutoSizeModule,
CellStyleModule,
ValidationModule,
TextFilterModule,
themeQuartz,
ModuleRegistry,
@@ -18,6 +19,7 @@ ModuleRegistry.registerModules([
ClientSideRowModelModule,
ColumnAutoSizeModule,
CellStyleModule,
ValidationModule,
TextFilterModule,
RowSelectionModule
])