* zin: modify is required style of thinkinput and thinkradio.
This commit is contained in:
@@ -24,6 +24,7 @@ class thinkInput extends thinkStep
|
||||
formGroup
|
||||
(
|
||||
setClass('w-1/2'),
|
||||
setStyle(array('display' => 'flex')),
|
||||
set::label($lang->thinkwizard->step->label->required),
|
||||
radioList
|
||||
(
|
||||
|
||||
@@ -35,6 +35,7 @@ class thinkRadio extends thinkStep
|
||||
|
||||
$items[] = formGroup
|
||||
(
|
||||
setStyle(array('display' => 'flex')),
|
||||
set::label(data('lang.thinkwizard.step.label.required')),
|
||||
radioList
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user