Gap 间隔槽
支持平台
安卓 | ios | web | 微信小程序 | 支付宝小程序 | QQ小程序 |
---|---|---|---|---|---|
√ | √ | √ | x | x | x |
示例
html
<template>
<t-page title="间隔槽">
<t-card class="mlrt.30" title='' sub-title="提供空白区域,帮助内容元素更好地对齐和分布。"></t-card>
<t-group title="基础功能" content-class="tdb">
<t-gap></t-gap>
</t-group>
<t-group title="自定义颜色" content-class="tdb">
<t-gap class='bg.#0055ff'></t-gap>
</t-group>
<t-group title="设置宽高" content-class="tdb">
<t-gap class="h.50"></t-gap>
</t-group>
<t-group title="设置上下边距" content-class="tdb">
<t-gap class="mbt.50"></t-gap>
</t-group>
</t-page>
</template>
Props
名称 | 描述 | 类型 | 默认值 | 可选值 |
---|---|---|---|---|
- | - | - | - | - |
Events
事件名 | 描述 | 回调参数 | 版本 |
---|---|---|---|
- | - | - | - |