mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-08-09 23:19:45 +08:00
[更新]修改粉丝标签样式
This commit is contained in:
parent
71b9a9fa61
commit
02bf4a0784
@ -27,7 +27,7 @@
|
|||||||
<div class="row margin-right-0" style='max-height:230px;overflow:auto;'>
|
<div class="row margin-right-0" style='max-height:230px;overflow:auto;'>
|
||||||
{foreach $tags as $key=>$tag}
|
{foreach $tags as $key=>$tag}
|
||||||
<div class="col-xs-4">
|
<div class="col-xs-4">
|
||||||
<label class="layui-elip block"><input value="{$key}" type="checkbox"/> {$tag}</label>
|
<label class="layui-elip block think-checkbox"><input value="{$key}" type="checkbox"/> {$tag}</label>
|
||||||
</div>
|
</div>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user