You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1017 B
PHTML

3 years ago
<?php
/**
* ZBuilder相关设置
*/
return [
// +----------------------------------------------------------------------
// | 表格相关设置
// +----------------------------------------------------------------------
// 弹出层
'pop' => [
'type' => 2,
'area' => ['80%', '90%'],
'shadeClose' => true,
'isOutAnim' => false,
'anim' => -1
],
// 右侧按钮
'right_button' => [
// 是否显示按钮文字
'title' => false,
// 是否显示图标,只有显示文字时才起作用
'icon' => true,
// 按钮大小xs/sm/lg留空则为普通大小
'size' => 'xs',
// 按钮样式default/primary/success/info/warning/danger
'style' => 'default'
],
// 搜索框
'search_button' => false,
// 表单令牌名称如果不启用请设置为false也可以设置其他名称__hash__
'form_token_name' => '__token__'
];