Skip to content

Gap 间隔槽

一般用于页面布局时代替margin或者padding;或者充当(底部)占位元素。

基本使用

通过 height 属性设置标题 background 属性设置背景色。

html
<wd-gap bg-color="#FFFFFF"></wd-gap>

自定义背景色

html
<wd-gap bg-color="#4D80F0"></wd-gap>

自定义高度

html
<wd-gap bg-color="#4D80F0" height="120rpx"></wd-gap>

底部安全区

html
<wd-gap safe-area-bottom height="0"></wd-gap>

Attributes

参数说明类型可选值默认值最低版本
height高度string/number-15-
bgColor背景颜色stringtransparent-
safeAreaBottom开启底部安全区booleantrue/falsefalse-

外部样式类

类名说明最低版本
custom-class自定义样式-

Released under the MIT License.

Released under the MIT License.