@beisen/table-drill

| 参数 | 说明 | 类型 | 默认值 | 是否必传 | | ---|---|---|---|--- | visible |是否显示推屏 |bool|false|否| | title | 标题,不传表示不显示标题 |string|""|否| | hasMasker |是否有背景蒙层 |bool|true|否| | width |推屏宽度 |number|480|否| | placement |"left" 、 "right" 、 "top" 、 "bottom",推出方向,默认右侧 |string|"r

Usage no npm install needed!

<script type="module">
  import beisenTableDrill from 'https://cdn.skypack.dev/@beisen/table-drill';
</script>

README

参数 说明 类型 默认值 是否必传
visible 是否显示推屏 bool false
title 标题,不传表示不显示标题 string ""
hasMasker 是否有背景蒙层 bool true
width 推屏宽度 number 480
placement "left" 、 "right" 、 "top" 、 "bottom",推出方向,默认右侧 string "right"
okStatue 确定按钮状态disabled string ""
onOk 点击确定按钮的回调 func
onCancel 点击取消按钮的回调 func
okText 确定文字 string "确定"
cancelText 取消文字 string "取消"
containerOverflow 容器的自适应方式(visible hidden auto) string
disabledPortal 不使用Portal挂载(false true) bool false
className 对话框外层容器的类名 string ""