* zin: set default width of the sidebar widget to 160px.

This commit is contained in:
liugang
2023-12-27 09:59:04 +08:00
parent e71a0a286c
commit 3222fd02a1
+1 -1
View File
@@ -6,7 +6,7 @@ class sidebar extends wg
{
protected static array $defineProps = array(
'side?:string="left"',
'width?:string|number=40',
'width?:string|number=160',
'maxWidth?:string|number=360',
'minWidth?:string|number=160',
'showToggle?:bool=true',