修改样式

This commit is contained in:
Anyon 2022-06-16 10:18:57 +08:00
parent f83e2a4e91
commit 5aa184c6bf
4 changed files with 8 additions and 4 deletions

View File

@ -14,8 +14,12 @@
<link rel="stylesheet" href="__ROOT__/static/theme/css/console.css?at={:date('md')}"> <link rel="stylesheet" href="__ROOT__/static/theme/css/console.css?at={:date('md')}">
<link rel="stylesheet" href="__ROOT__/static/extra/style.css?at={:date('md')}"> <link rel="stylesheet" href="__ROOT__/static/extra/style.css?at={:date('md')}">
{block name="style"}{/block} {block name="style"}{/block}
<script>window.tapiRoot = '{:sysuri("admin/index/index",[],false)}'</script>
<script src="__ROOT__/static/plugs/jquery/pace.min.js"></script> <script src="__ROOT__/static/plugs/jquery/pace.min.js"></script>
<script>
window.taDebug = '{:intval($app->isDebug())}' > 0;
window.taEditor = '{:sysconf("base.editor")?:"ckeditor4"}';
window.tapiRoot = '{:sysuri("admin/index/index",[],false)}';
</script>
</head> </head>
<body class="layui-layout-body"> <body class="layui-layout-body">
{block name='body'} {block name='body'}

View File

@ -636,8 +636,8 @@
} }
.think-box-notify { .think-box-notify {
padding: 20px;
display: block; display: block;
padding: 18px 20px;
font-size: 14px; font-size: 14px;
background: #FFF; background: #FFF;
line-height: 1em; line-height: 1em;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long