Skip to content

Panel 面板

用于包裹页面内容

演示

标题
内容展示
横向标题
title为可选参数
<template>
  <div class="panel_box">
    <cl-panel :title="'标题'"> 内容展示 </cl-panel>
  </div>
</template>
<style lang="scss">
.panel_box {
  background: rgb(173, 198, 249);
  padding: 5px 10px;
  color: black;
}
</style>

API

Panel Props

名称类型默认值描述
titlestring-标题