mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 05:52:43 +08:00
13 lines
490 B
PHP
13 lines
490 B
PHP
<!-- 右则内容区域 开始 -->
|
|
{block name="style"}{/block}
|
|
<div class="layui-card">
|
|
<!--{notempty name='title'}-->
|
|
<div class="layui-header notselect">
|
|
<div class="pull-left"><span>{$title}</span></div>
|
|
<div class="pull-right margin-right-15 nowrap">{block name="button"}{/block}</div>
|
|
</div>
|
|
<!--{/notempty}-->
|
|
<div class="layui-card-body">{block name='content'}{/block}</div>
|
|
</div>
|
|
{block name='script'}{/block}
|
|
<!-- 右则内容区域 结束 --> |