EOS Low-Code Platform 8 EOS Low-Code Platform 8
产品简介
学习指南
更新说明
安装与集成
初见EOS
低代码开发手册
专业代码开发手册
专题场景实战
公共服务框架
应用运行治理
升级手册
常见问题
  • 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

← 展开卡片 翻转 →