EOS Low-Code Platform 8 EOS Low-Code Platform 8
产品简介
安装部署
应用开发
专题场景实战案例
低代码(Low-Code)开发参考手册
高开开发参考手册
流程开发参考手册
AFCenter 使用指南
Governor 使用指南
升级手册
FAQ
8.3.2更新说明
  • PmExpandCard
  • 基本用法
  • Attributes

# PmExpandCard

# 基本用法

img-expand-card-01.png
<template>
  <pm-expand-card data="copy">
    <div style="height: 200px">
      <el-button>内容</el-button>
      <br/>
      <el-button>内容</el-button>
    </div>
  </pm-expand-card>
</template>

# Attributes

参数 说明 类型 可选值 默认值
minHeight 最小展示高度 number - 35

← 折叠面板 展开面板 →