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

# PmFloatingPane

# 基本用法

img-floating-pane-01.png
<template>
  <div style="height:40px">
    <pm-floating-pane data="copy" maxHeight="400px">
      <el-row type="flex" justify="center" slot="max">
        <el-button >max</el-button>
      </el-row>
      <el-row type="flex" justify="center" slot="min">
        <el-button>min</el-button>
      </el-row>
    </pm-floating-pane>
  </div>
</template>

# Attributes

参数 说明 类型 可选值 默认值
isMax 是否展开 boolean - false
maxHeight 展开最大高度 string - 800px
minHeight 最小高度 string - 40px
bgColor 浮动面板背景颜色 string - #E4E7ED

← 展开卡片 翻转 →