Panel 面板

概述

基础布局组件。

使用指南

在 .json 中引入组件

  1. "usingComponents": {
  2. "i-panel": "../../dist/panel/index"
  3. }

示例

  1. <i-panel title="标题">
  2. <view style="padding: 15px;">PANEL 内容区域</view>
  3. </i-panel>

API

Panel properties

属性说明类型默认值
i-class自定义 class 类名String-
title标题String-
hide-top是否将顶部距离置为 0Booleanfalse
hide-border内容区域隐藏边框Booleanfalse