mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改样式
This commit is contained in:
parent
0a8baab073
commit
69e4aff9ed
@ -22,9 +22,7 @@ return [
|
||||
'changes' => [
|
||||
'2020.08.03.00' => [
|
||||
'content' => '模块初始化提交',
|
||||
'database' => [
|
||||
'select version()',
|
||||
],
|
||||
'database' => ['select version()'],
|
||||
],
|
||||
],
|
||||
];
|
@ -2,16 +2,16 @@
|
||||
<div class="layui-card-body padding-left-40">
|
||||
<table class="layui-table">
|
||||
<tr>
|
||||
<td>模块名称</td>
|
||||
<td>{$module.name}</td>
|
||||
<td class="font-w7">模块名称</td>
|
||||
<td class="color-blue">{$module.name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>模块描述</td>
|
||||
<td>{$module.content}</td>
|
||||
<td class="font-w7">最新版本</td>
|
||||
<td class="color-blue">{$module.version}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>最新版本</td>
|
||||
<td>{$module.version}</td>
|
||||
<td class="font-w7">模块描述</td>
|
||||
<td class="color-blue">{$module.content}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="layui-timeline margin-top-30 margin-bottom-30" style="max-height:400px;overflow:auto">
|
||||
|
@ -20,13 +20,15 @@
|
||||
<td class='text-left nowrap'>{$vo.name}</td>
|
||||
<td class='text-left nowrap'>{$vo.content}</td>
|
||||
<td class='text-left nowrap'>
|
||||
{if isset($vo.local)} {$vo.local.version}
|
||||
{if $vo.version > $vo.local.version}
|
||||
<span data-title="查看模块版本" data-modal="{:url('change')}?name={$vo.name}" class="color-red margin-left-5">{$vo.version}</span>
|
||||
{else}
|
||||
<span class="color-desc margin-left-5">{$vo.type_desc}</span>
|
||||
{/if}
|
||||
{else}<span class="color-desc margin-left-5">{$vo.type_desc}</span>{/if}
|
||||
<div class="inline-block" data-title="查看模块版本" data-modal="{:url('change')}?name={$vo.name}">
|
||||
{if isset($vo.local)} {$vo.local.version}
|
||||
{if $vo.version > $vo.local.version}
|
||||
<span class="color-red margin-left-5">{$vo.version}</span>
|
||||
{else}
|
||||
<span class="color-desc margin-left-5">{$vo.type_desc}</span>
|
||||
{/if}
|
||||
{else}<span class="color-desc margin-left-5">{$vo.type_desc}</span>{/if}
|
||||
</div>
|
||||
</td>
|
||||
<td class="text-left">
|
||||
{if $vo.type_code eq 1} <a class="layui-btn layui-btn-xs" data-action="{:url('install')}" data-value="name#{$vo.name}">安 装</a>{/if}
|
||||
|
Loading…
x
Reference in New Issue
Block a user