* zin: change default shadow of dtable.
This commit is contained in:
@@ -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', // 表格列配置。
|
||||
|
||||
Reference in New Issue
Block a user