From beabfd14fb0502c82b6b298094b47ab266350d76 Mon Sep 17 00:00:00 2001 From: Zhangyu Date: Tue, 7 May 2024 06:32:44 +0000 Subject: [PATCH] * zin: modify is required style of thinkinput and thinkradio. --- lib/zin/wg/thinkinput/v1.php | 1 + lib/zin/wg/thinkradio/v1.php | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/zin/wg/thinkinput/v1.php b/lib/zin/wg/thinkinput/v1.php index 1de599486e..916d81c3a2 100644 --- a/lib/zin/wg/thinkinput/v1.php +++ b/lib/zin/wg/thinkinput/v1.php @@ -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 ( diff --git a/lib/zin/wg/thinkradio/v1.php b/lib/zin/wg/thinkradio/v1.php index aa1a27d10a..9a462ba539 100644 --- a/lib/zin/wg/thinkradio/v1.php +++ b/lib/zin/wg/thinkradio/v1.php @@ -35,6 +35,7 @@ class thinkRadio extends thinkStep $items[] = formGroup ( + setStyle(array('display' => 'flex')), set::label(data('lang.thinkwizard.step.label.required')), radioList (