Skip to content

Section

基础用法

html

<pa-section title="标题栏" />

自定义右侧

html

<pa-section title="标题栏">
  <text class="color-danger">右侧内容</text>
</pa-section>

自定义标题

html

<pa-section title="标题栏">
  <template #title>
    <text class="color-danger">自定义标题</text>
  </template>
</pa-section>

Section Props

参数说明类型默认值
title标题string''
bgColor背景色CSSProperties['background-color']-

Section Event

事件名参数
click(value: Event)

Section Slot

名称说明
title-
default-

样式变量

名称默认值
--pa-section-padding12px 10px
--pa-section-bg-colortransparent
--pa-section-line-colorvar(--pa-color-primary)
--pa-section-font-size14px
--pa-section-colorvar(--pa-color-black)