* zin: fix divider style.

This commit is contained in:
sunhao
2023-09-15 15:13:45 +08:00
parent 01490e885e
commit 1bc730fa03
+1 -1
View File
@@ -33,7 +33,7 @@ class actionItem extends wg
protected function buildDividerItem()
{
return null;
return setClass('divider');
}
protected function buildHeadingItem()