소스 검색

修改样式

Anyon 2 년 전
부모
커밋
c8949c6a48
3개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      public/static/theme/css/_layout.less
  2. 0 0
      public/static/theme/css/console.css
  3. 0 0
      public/static/theme/css/console.css.map

+ 5 - 1
public/static/theme/css/_layout.less

@@ -354,6 +354,7 @@
       > .layui-card-header {
         top: @LayoutHeadTopHeight;
         left: @LayoutLeftDefaSize;
+        box-sizing: border-box;
         border-top: @BoxBottomLine;
         border-bottom: 1px solid #fff !important;
         #NotSelect();
@@ -364,9 +365,12 @@
         padding: 0 15px;
         position: fixed;
         background: #FFF;
-        box-sizing: border-box;
         line-height: @LayoutBodyHeadHeight;
 
+        > div {
+          margin-top: -1px
+        }
+
         & + .layui-card-line {
           top: @LayoutBodyHeadHeight;
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
public/static/theme/css/console.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
public/static/theme/css/console.css.map


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