From 47cfabb2d5b5cbe08d8283e4de34fd7afe4e80d0 Mon Sep 17 00:00:00 2001 From: sunhao Date: Thu, 25 Jan 2024 15:51:53 +0800 Subject: [PATCH] * zin: change default shadow of dtable. --- lib/zin/wg/dtable/v1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zin/wg/dtable/v1.php b/lib/zin/wg/dtable/v1.php index 4eddbf05ec..c0f59551ee 100644 --- a/lib/zin/wg/dtable/v1.php +++ b/lib/zin/wg/dtable/v1.php @@ -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', // 表格列配置。