瀏覽代碼

修改后台样式并优化引入

邹景立 3 年之前
父節點
當前提交
2114b72569

文件差異過大導致無法顯示
+ 0 - 0
public/static/theme/css/console.css


文件差異過大導致無法顯示
+ 0 - 0
public/static/theme/css/console.css.map


+ 7 - 5
public/static/theme/css/console.layout.less

@@ -25,17 +25,19 @@
         left: 0;
       }
 
+      &.layui-layout-right {
+        .headimg {
+          width: 20px;
+          height: 20px;
+        }
+      }
+
       .layui-nav-item > a {
         height: 50px;
         padding: 0 18px;
         overflow: hidden;
         line-height: 50px;
 
-        .headimg {
-          width: 20px;
-          height: 20px;
-        }
-
         &:hover {
           color: @TopHeaderNavHoverTextColor
         }

+ 2 - 2
vendor/composer/InstalledVersions.php

@@ -32,7 +32,7 @@ private static $installed = array (
     'aliases' => 
     array (
     ),
-    'reference' => 'c4a746789ced7470423ee1d2c8b9429cf13c8199',
+    'reference' => '0af50abc96578e6e94e9b6c1009725a98c09030f',
     'name' => 'zoujingli/thinkadmin',
   ),
   'versions' => 
@@ -180,7 +180,7 @@ private static $installed = array (
       'aliases' => 
       array (
       ),
-      'reference' => 'c4a746789ced7470423ee1d2c8b9429cf13c8199',
+      'reference' => '0af50abc96578e6e94e9b6c1009725a98c09030f',
     ),
     'zoujingli/wechat-developer' => 
     array (

+ 2 - 2
vendor/composer/installed.php

@@ -6,7 +6,7 @@
     'aliases' => 
     array (
     ),
-    'reference' => 'c4a746789ced7470423ee1d2c8b9429cf13c8199',
+    'reference' => '0af50abc96578e6e94e9b6c1009725a98c09030f',
     'name' => 'zoujingli/thinkadmin',
   ),
   'versions' => 
@@ -154,7 +154,7 @@
       'aliases' => 
       array (
       ),
-      'reference' => 'c4a746789ced7470423ee1d2c8b9429cf13c8199',
+      'reference' => '0af50abc96578e6e94e9b6c1009725a98c09030f',
     ),
     'zoujingli/wechat-developer' => 
     array (

+ 1 - 1
vendor/services.php

@@ -1,5 +1,5 @@
 <?php 
-// This file is automatically generated at:2021-05-14 15:17:25
+// This file is automatically generated at:2021-05-17 13:32:42
 declare (strict_types = 1);
 return array (
   0 => 'think\\admin\\Library',

部分文件因文件數量過多而無法顯示