Showing
1 changed file
with
1 additions
and
2 deletions
| @@ -30,8 +30,7 @@ export struct ZhGridLayout03 { | @@ -30,8 +30,7 @@ export struct ZhGridLayout03 { | ||
| 30 | 30 | ||
| 31 | build() { | 31 | build() { |
| 32 | GridRow({ | 32 | GridRow({ |
| 33 | - columns: { sm: listSize, md: 8 }, | ||
| 34 | - breakpoints: { value: ['320vp', '520vp', '840vp'] } | 33 | + columns: listSize, |
| 35 | }) { | 34 | }) { |
| 36 | ForEach(this.compDTO.operDataList, (item: ContentDTO, index: number) => { | 35 | ForEach(this.compDTO.operDataList, (item: ContentDTO, index: number) => { |
| 37 | GridCol() { | 36 | GridCol() { |
-
Please register or login to post a comment