Skip to content
On this page

BottomBar 底部栏

基本使用

template
<c-bottom-bar safe-area-inset-bottom>
  <view style="padding: 10rpx 30rpx">
    <c-row align="center" justify="space-between">
      <c-col span="auto">
        <c-row align="center" gutter="20">
          <c-col><c-avatar-text color="primary" text="🛒" round /></c-col>
          <c-col><c-text color="error">¥88.88</c-text></c-col>
        </c-row>
      </c-col>
      <c-col span="4">
        <c-button color="error" color2="warning" text="下单" round />
      </c-col>
    </c-row>
  </view>
  <c-line />
  <c-tab-bar :value="0" :items="items" />
</c-bottom-bar>

API

BottomBar Props

名称类型默认值版本说明
cstringdefault配置名。使用说明
propsBottomBarPropsundefined全部 props 。 使用说明
c-classHTMLAttributes['class']undefined自定义类名
c-styleHTMLAttributes['style']undefined自定义样式
z-indexstring | numberundefined元素层级 z-index
bottomstring | numberundefinedfixed 底部的距离
no-spacebooleanundefined不占用空间
no-fixedbooleanundefined不固定
safe-area-inset-bottombooleanundefined是否留出底部安全距离