소스 검색

同步样式代码

邹景立 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 {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.