Browse Source

修改样式

Anyon 2 years ago
parent
commit
5aa184c6bf

+ 5 - 1
app/admin/view/full.html

@@ -14,8 +14,12 @@
     <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')}">
     {block name="style"}{/block}
-    <script>window.tapiRoot = '{:sysuri("admin/index/index",[],false)}'</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>
 <body class="layui-layout-body">
 {block name='body'}

+ 1 - 1
public/static/theme/css/_custom.less

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

File diff suppressed because it is too large
+ 0 - 0
public/static/theme/css/console.css


File diff suppressed because it is too large
+ 0 - 0
public/static/theme/css/console.css.map


Some files were not shown because too many files changed in this diff