Files

8 lines
199 B
JavaScript
Raw Permalink Normal View History

2025-08-15 14:05:08 +08:00
Component({
data: {
rowColsAvater: [{ size: '96rpx', type: 'circle' }],
rowColsImage: [{ size: '96rpx', type: 'rect' }],
rowColsContent: [{ width: '50%' }, { width: '100%' }],
},
});