zhangwei
2025-03-07 d3e6dd6b3032c119676efa1e9fcee3a8a8043fc5
src/uni_modules/uview-plus/components/u-grid/props.js
@@ -16,6 +16,11 @@
        align: {
            type: String,
            default: () => defProps.grid.align
        },
        // 间隔
        gap: {
            type: String,
            default: '0px'
        }
    }
})