修改表单样式

This commit is contained in:
Anyon 2022-03-02 15:57:52 +08:00
parent 64d5957499
commit abac876111
2 changed files with 8 additions and 8 deletions

View File

@ -54,9 +54,9 @@
{foreach ['1'=>'启用','0'=>'禁用'] as $k=>$v}
<label class="think-radio">
<!--{if (!isset($vo.status) and $k eq '1') or (isset($vo.status) and $vo.status eq $k)}-->
<input type="radio" checked name="status" value="{$k}"> {$v}
<input type="radio" checked name="status" value="{$k}" lay-ignore> {$v}
<!--{else}-->
<input type="radio" name="status" value="{$k}"> {$v}
<input type="radio" name="status" value="{$k}" lay-ignore> {$v}
<!--{/if}-->
</label>
{/foreach}
@ -69,9 +69,9 @@
{foreach $types as $k=>$v}
<label class="think-radio">
<!--{if (!isset($vo.type) and $k eq 'text') or (isset($vo.type) and$vo.type eq $k)}-->
<input name="type" checked type="radio" value="{$k}"> {$v}
<input name="type" checked type="radio" value="{$k}" lay-ignore> {$v}
<!--{else}-->
<input name="type" type="radio" value="{$k}"> {$v}
<input name="type" type="radio" value="{$k}" lay-ignore> {$v}
<!--{/if}-->
</label>
{/foreach}

View File

@ -55,9 +55,9 @@
{foreach ['1'=>'启用','0'=>'禁用'] as $k=>$v}
<label class="think-radio">
<!--{if (!isset($vo.status) and $k eq '1') or (isset($vo.status) and $vo.status eq $k)}-->
<input type="radio" checked name="status" value="{$k}"> {$v}
<input type="radio" checked name="status" value="{$k}" lay-ignore> {$v}
<!--{else}-->
<input type="radio" name="status" value="{$k}"> {$v}
<input type="radio" name="status" value="{$k}" lay-ignore> {$v}
<!--{/if}-->
</label>
{/foreach}
@ -70,9 +70,9 @@
{foreach $types as $k=>$v}
<label class="think-radio">
<!--{if (!isset($vo.type) and $k eq 'text') or (isset($vo.type) and$vo.type eq $k)}-->
<input name="type" checked type="radio" value="{$k}"> {$v}
<input name="type" checked type="radio" value="{$k}" lay-ignore> {$v}
<!--{else}-->
<input name="type" type="radio" value="{$k}"> {$v}
<input name="type" type="radio" value="{$k}" lay-ignore> {$v}
<!--{/if}-->
</label>
{/foreach}