# uni-row ## Instructions 组件名 uni-row、uni-col 代码块: uRow 、 uCol 点击下载&安装 ### Syntax - 使用 ``(或 ``,当需要包裹子节点时)。 - 遇到平台差异时,建议使用条件编译(`#ifdef / #endif`)显式处理。 #### Properties | 属性名 | 类型 | 可选值 | 默认值 | 必填 | 说明 | | --- | --- | --- | --- | --- | --- | | gutter | Number | - | 0 | 否 | 栅格间隔 | #### Events See official docs for full events list: `https://uniapp.dcloud.net.cn/component/uniui/uni-row.html` #### Platform Compatibility See official docs for platform support table: `https://uniapp.dcloud.net.cn/component/uniui/uni-row.html` ### Examples ### Example (Example 1) ```vue ``` ### Example (Example 2) ```html ``` ### Example (Example 3) ```vue ``` ### Example (Example 4) ```html ``` ### Example (Example 5) ```vue ``` ### Example (Example 6) ```html ``` Reference: - [Official Documentation](https://uniapp.dcloud.net.cn/component/uniui/uni-row.html) - [Plugin Marketplace](https://ext.dcloud.net.cn/plugin?name=row) - [Local Example](examples/uni-ui/uni-row.vue)