mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改系统管理
This commit is contained in:
parent
9c072d44c8
commit
07f7163d24
@ -20,7 +20,7 @@
|
||||
|
||||
{block name="content"}
|
||||
<div class="think-box-notify">
|
||||
<b>任务统计:</b>待处理 {$total.pre|default=0} 个任务,处理中 {$total.dos|default=0} 个任务,待处理 {$total.oks|default=0} 个任务,已失败 {$total.ers|default=0} 个任务。
|
||||
<b>任务统计:</b>待处理 <b class="color-text">{$total.pre|default=0}</b> 个任务,处理中 <b class="color-blue">{$total.dos|default=0}</b> 个任务,已完成 <b class="color-green">{$total.oks|default=0}</b> 个任务,已失败 <b class="color-red">{$total.ers|default=0}</b> 个任务。
|
||||
</div>
|
||||
<div class="think-box-shadow">
|
||||
{include file='queue/index_search'}
|
||||
|
@ -521,6 +521,10 @@
|
||||
box-shadow: @ShadowMaxOuter;
|
||||
border-radius: @BoxBorderRadius;
|
||||
|
||||
> b {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
> .layui-card {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user