陈剑华

fix: 19083 一多适配--折叠屏,金刚位应等分展示

@@ -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() {