mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +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;'>
|
||||
{foreach $tags as $key=>$tag}
|
||||
<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>
|
||||
{/foreach}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user