update cms

This commit is contained in:
JaguarJack
2021-05-27 08:55:09 +08:00
parent af8e6c3f5d
commit 9873a2156b
5 changed files with 292 additions and 5 deletions

View File

@@ -21,10 +21,10 @@ class Banners extends Form
'props' => [
'value' => 'id',
'label' => 'name',
'checkStrictly' => true
'checkStrictly' => true,
'multiple' => false,
],
])->style(['width' => '100%'])
->required(),
])->style(['width' => '100%']),
self::input('title', '标题')->placeholder('请输入标题')->required(),