mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
UI 字体调整
This commit is contained in:
parent
fa1db87634
commit
a63a75464a
@ -2,8 +2,12 @@
|
||||
|
||||
{block name="content"}
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<table class="layui-table" lay-even lay-skin="nob">
|
||||
<div class="col-lg-6">
|
||||
<table class="layui layui-table" lay-even lay-skin="line">
|
||||
<colgroup>
|
||||
<col width="30%">
|
||||
<col>
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="text-center" colspan="2">系统信息</th>
|
||||
@ -11,25 +15,29 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>框架版本</td>
|
||||
<td>Think.Admin 版本</td>
|
||||
<td>{:sysconf('app_version')}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ThinkPHP 版本</td>
|
||||
<td>{$Think.const.THINK_VERSION}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>系统类型</td>
|
||||
<td>服务器操作系统</td>
|
||||
<td>{:php_uname('s')}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>运行环境</td>
|
||||
<td>{:php_sapi_name()}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PHP版本</td>
|
||||
<td>{:phpversion()}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>MySQL版本</td>
|
||||
<td>{$mysql_ver}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PHP版本</td>
|
||||
<td>{:phpversion()}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>上传限制</td>
|
||||
<td>{:ini_get('upload_max_filesize')}</td>
|
||||
@ -41,8 +49,12 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<table class="layui-table" lay-even lay-skin="nob">
|
||||
<div class="col-lg-6">
|
||||
<table class="layui layui-table" lay-even lay-skin="line">
|
||||
<colgroup>
|
||||
<col width="30%">
|
||||
<col>
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="text-center" colspan="2">产品团队</th>
|
||||
@ -51,35 +63,57 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>产品名称</td>
|
||||
<td>Think.Admin</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>当前版本</td>
|
||||
<td>{:sysconf('app_version')}</td>
|
||||
<td>Think.Admin 管理框架</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>产品设计及研发团队</td>
|
||||
<td>广州楚才信息科技有限公司</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>官方网址</td>
|
||||
<td>https://think.ctolog.com</td>
|
||||
<td>产品DEMO体验</td>
|
||||
<td>
|
||||
<a target="_blank" href="https://think.ctolog.com">
|
||||
https://think.ctolog.com
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>官方QQ群</td>
|
||||
<td>
|
||||
<a target="_blank" href="http://shang.qq.com/wpa/qunwpa?idkey=ae25cf789dafbef62e50a980ffc31242f150bc61a61164458216dd98c411832a">
|
||||
<img src="http://pub.idqqimg.com/wpa/images/group.png" alt="PHP微信开发群 (SDK)">
|
||||
<img src="http://pub.idqqimg.com/wpa/images/group.png" style="height:18px;width:auto" alt="PHP微信开发群 (SDK)">
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>BUG反馈</td>
|
||||
<td>https://github.com/zoujingli/Think.Admin/issues</td>
|
||||
<td>
|
||||
<a target="_blank" href="https://github.com/zoujingli/Think.Admin/issues">
|
||||
https://github.com/zoujingli/Think.Admin/issues
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>项目地址</td>
|
||||
<td>https://github.com/zoujingli/Think.Admin</td>
|
||||
<td>
|
||||
<a target="_blank" href="https://github.com/zoujingli/Think.Admin">
|
||||
https://github.com/zoujingli/Think.Admin
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>公司官网</td>
|
||||
<td>
|
||||
<a target="_blank" href="http://www.cuci.cc">
|
||||
http://www.cuci.cc
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>公司地址</td>
|
||||
<td>
|
||||
广东省 广州市 海珠区 世港国际公寓E1栋
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -6,11 +6,11 @@
|
||||
{/if}
|
||||
<div class="ibox-content fadeInUp animated">
|
||||
{if isset($alert)}
|
||||
<div class="alert alert-{$alert.type} alert-dismissible" role="alert">
|
||||
<div class="alert alert-{$alert.type} alert-dismissible" role="alert" style="border-radius:0">
|
||||
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
{if isset($alert['title'])}<strong>{$alert.title}</strong><br/>{/if}
|
||||
{if isset($alert['title'])}<p style="font-size:18px;padding-bottom:10px">{$alert.title}</p>{/if}
|
||||
{if isset($alert['content'])}<p>{$alert.content}</p>{/if}
|
||||
</div>
|
||||
{/if}
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user