Skip to content
On this page

TopBar 顶部栏

基本使用

template
<c-top-bar z-index="999" status-bar>
  <c-nav-bar title="TopBar 顶部栏" left-icon="arrow-left-s-line" @click:left="goBack" />
  <c-tabs :value="0" :items="[{ text: '类型1' }, { text: '类型2' }, { text: '类型3' }]" />
  <c-line />
</c-top-bar>

API

TopBar Props

名称类型默认值版本说明
cstringdefault配置名。使用说明
propsTopBarPropsundefined全部 props 。 使用说明
c-classHTMLAttributes['class']undefined自定义类名
c-styleHTMLAttributes['style']undefined自定义样式
z-indexstring | numberundefined元素层级 z-index
topstring | numberundefinedfixed 顶部的距离
no-spacebooleanundefined不占用空间
no-fixedbooleanundefined不固定
status-barbooleanundefined显示顶部状态栏高度