mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改表单样式
This commit is contained in:
parent
64d5957499
commit
abac876111
@ -54,9 +54,9 @@
|
|||||||
{foreach ['1'=>'启用','0'=>'禁用'] as $k=>$v}
|
{foreach ['1'=>'启用','0'=>'禁用'] as $k=>$v}
|
||||||
<label class="think-radio">
|
<label class="think-radio">
|
||||||
<!--{if (!isset($vo.status) and $k eq '1') or (isset($vo.status) and $vo.status eq $k)}-->
|
<!--{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}-->
|
<!--{else}-->
|
||||||
<input type="radio" name="status" value="{$k}"> {$v}
|
<input type="radio" name="status" value="{$k}" lay-ignore> {$v}
|
||||||
<!--{/if}-->
|
<!--{/if}-->
|
||||||
</label>
|
</label>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
@ -69,9 +69,9 @@
|
|||||||
{foreach $types as $k=>$v}
|
{foreach $types as $k=>$v}
|
||||||
<label class="think-radio">
|
<label class="think-radio">
|
||||||
<!--{if (!isset($vo.type) and $k eq 'text') or (isset($vo.type) and$vo.type eq $k)}-->
|
<!--{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}-->
|
<!--{else}-->
|
||||||
<input name="type" type="radio" value="{$k}"> {$v}
|
<input name="type" type="radio" value="{$k}" lay-ignore> {$v}
|
||||||
<!--{/if}-->
|
<!--{/if}-->
|
||||||
</label>
|
</label>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
@ -55,9 +55,9 @@
|
|||||||
{foreach ['1'=>'启用','0'=>'禁用'] as $k=>$v}
|
{foreach ['1'=>'启用','0'=>'禁用'] as $k=>$v}
|
||||||
<label class="think-radio">
|
<label class="think-radio">
|
||||||
<!--{if (!isset($vo.status) and $k eq '1') or (isset($vo.status) and $vo.status eq $k)}-->
|
<!--{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}-->
|
<!--{else}-->
|
||||||
<input type="radio" name="status" value="{$k}"> {$v}
|
<input type="radio" name="status" value="{$k}" lay-ignore> {$v}
|
||||||
<!--{/if}-->
|
<!--{/if}-->
|
||||||
</label>
|
</label>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
@ -70,9 +70,9 @@
|
|||||||
{foreach $types as $k=>$v}
|
{foreach $types as $k=>$v}
|
||||||
<label class="think-radio">
|
<label class="think-radio">
|
||||||
<!--{if (!isset($vo.type) and $k eq 'text') or (isset($vo.type) and$vo.type eq $k)}-->
|
<!--{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}-->
|
<!--{else}-->
|
||||||
<input name="type" type="radio" value="{$k}"> {$v}
|
<input name="type" type="radio" value="{$k}" lay-ignore> {$v}
|
||||||
<!--{/if}-->
|
<!--{/if}-->
|
||||||
</label>
|
</label>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user