diff --git a/features/musicList/src/main/ets/components/AlbumComponent.ets b/features/musicList/src/main/ets/components/AlbumComponent.ets index 56e8610b8295160d3a6523f00c7ff5a04ac5908f..47bb2eaa741c6ed2b8c6836496ab601ef837e02e 100644 --- a/features/musicList/src/main/ets/components/AlbumComponent.ets +++ b/features/musicList/src/main/ets/components/AlbumComponent.ets @@ -126,7 +126,17 @@ export struct AlbumComponent { build() { Column() { - GridRow() { + GridRow({ + breakpoints: { + value: BreakpointConstants.BREAKPOINT_VALUE, + reference: BreakpointsReference.WindowSize + }, + columns: { + sm: BreakpointConstants.COLUMN_LG, + md: BreakpointConstants.COLUMN_LG, + lg: BreakpointConstants.COLUMN_LG + } + }) { GridCol({ span: { sm: GridConstants.SPAN_FOUR, md: GridConstants.SPAN_TWELVE, lg: GridConstants.SPAN_TWELVE } }) {