* [task#132545 doing 0.1h 2h] modify check list style of thinkbasecheckbox.

This commit is contained in:
zhangyu
2024-11-26 14:36:45 +08:00
committed by 孙浩
parent f483761049
commit 2856d96730
+1 -1
View File
@@ -136,7 +136,7 @@ class thinkBaseCheckbox extends wg
return div
(
setClass($inline ? 'think-check-list check-list-inline' : 'think-check-list check-list'),
setClass('think-check-list check-items', $inline ? 'check-list-inline' : 'check-list'),
set($this->getRestProps()),
$disabled ? set('disabled', 'disabled') : '',
$items,