* zin: change default shadow of dtable.

This commit is contained in:
sunhao
2024-01-25 15:51:56 +08:00
parent 2806a53a2c
commit 47cfabb2d5
+1 -1
View File
@@ -5,7 +5,7 @@ namespace zin;
class dtable extends wg
{
protected static array $defineProps = array(
'className?:string="shadow-sm rounded"', // 表格样式。
'className?:string="shadow rounded"', // 表格样式。
'id?:string', // ID。
'customCols?: bool|array', // 是否支持自定义列。
'cols?:array', // 表格列配置。