瀏覽代碼

同步样式代码

邹景立 3 年之前
父節點
當前提交
3cc374d134
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 0 0
      public/static/theme/css/console.css
  2. 3 3
      public/static/theme/css/console.layout.less

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


+ 3 - 3
public/static/theme/css/console.layout.less

@@ -239,16 +239,16 @@
         left: 200px;
         right: 0;
         z-index: 3;
-        height: 50px;
+        height: 45px;
         border: none;
         position: fixed;
         background: #fff;
-        line-height: 50px;
+        line-height: 45px;
         box-shadow: @MaxOuterShadow;
       }
 
       > .layui-card-header + .layui-card-body {
-        top: 50px;
+        top: 45px;
       }
 
       > .layui-card-body {

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