mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
优化后台样式 mac 电脑
This commit is contained in:
parent
ca2e97225f
commit
42c8f1268e
@ -106,9 +106,9 @@
|
||||
<a class="layui-badge layui-bg-green" data-confirm="确定要重置该任务吗?" data-tips-text="重置该任务" data-queue="{:url('redo')}?code={$vo.code}"><i class="layui-icon font-s12"></i></a>
|
||||
{/eq}
|
||||
{if auth("remove") }
|
||||
<a data-action='{:url("remove")}' data-confirm="确定要删除该任务吗?" data-value="id#{$vo.id}" data-tips-text="删除该任务" class='layui-badge layui-bg-red margin-left-5'><i class="layui-icon"></i></a>
|
||||
<a data-action='{:url("remove")}' data-confirm="确定要删除该任务吗?" data-value="id#{$vo.id}" data-tips-text="删除该任务" class='layui-badge layui-bg-red margin-left-5'><i class="layui-icon font-s12"></i></a>
|
||||
{/if}
|
||||
<a onclick="$.loadQueue('{$vo.code}',false)" data-tips-text="任务进度信息" class='layui-badge layui-bg-orange margin-left-5'><i class="layui-icon"></i></a>
|
||||
<a onclick="$.loadQueue('{$vo.code}',false)" data-tips-text="任务进度信息" class='layui-badge layui-bg-orange margin-left-5'><i class="layui-icon font-s12"></i></a>
|
||||
</div>
|
||||
<div class="color-desc">{$vo.exec_desc|raw|default="没有获取到状态描述"}</div>
|
||||
</td>
|
||||
|
@ -19,7 +19,7 @@
|
||||
{/block}
|
||||
|
||||
{block name="content"}
|
||||
<div class="layui-tab layui-tab-card think-bg-white">
|
||||
<div class="layui-tab layui-tab-card think-bg-white table-block">
|
||||
<ul class="layui-tab-title">
|
||||
{foreach ['all'=>'系统用户','recycle'=>'回 收 站'] as $k=>$v}
|
||||
{if isset($type) and $type eq $k}
|
||||
@ -29,7 +29,7 @@
|
||||
{/if}
|
||||
{/foreach}
|
||||
</ul>
|
||||
<div class="layui-tab-content think-box-shadow table-block">
|
||||
<div class="layui-tab-content think-box-shadow table-block table-block">
|
||||
{include file='user/index_search'}
|
||||
<table class="layui-table margin-top-10" lay-skin="line">
|
||||
{notempty name='list'}
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -741,6 +741,7 @@
|
||||
line-height: 4em;
|
||||
padding: 15px 25px;
|
||||
position: relative;
|
||||
border-radius: 10px;
|
||||
|
||||
> div:nth-child(2) {
|
||||
font-size: 46px;
|
||||
|
@ -34,11 +34,15 @@ fieldset {
|
||||
border-color: #009688;
|
||||
}
|
||||
|
||||
.layui-badge {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
/*! 搜索表单样式 */
|
||||
.form-search {
|
||||
.layui-btn {
|
||||
height: 32px;
|
||||
line-height: 28px;
|
||||
line-height: 32px;
|
||||
font-size: 12px;
|
||||
padding: 0 10px
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user