소스 검색

优化样式

邹景立 2 년 전
부모
커밋
cd8bc71e39
3개의 변경된 파일8개의 추가작업 그리고 4개의 파일을 삭제
  1. 8 4
      public/static/theme/css/_custom.less
  2. 0 0
      public/static/theme/css/console.css
  3. 0 0
      public/static/theme/css/console.css.map

+ 8 - 4
public/static/theme/css/_custom.less

@@ -362,10 +362,6 @@ table[data-line] + div tbody {
       margin-top: 4px;
     }
 
-    .layui-badge-middle {
-      line-height: 17px;
-    }
-
     &.laytable-cell-checkbox {
       line-height: 44px;
     }
@@ -379,6 +375,10 @@ table[data-line] + div tbody {
 table[data-line='2'] + div tbody .layui-table-cell {
   height: 60px;
 
+  .layui-badge-middle {
+    line-height: 16px;
+  }
+
   &.laytable-cell-checkbox {
     line-height: 40px;
   }
@@ -387,6 +387,10 @@ table[data-line='2'] + div tbody .layui-table-cell {
 table[data-line='3'] + div tbody .layui-table-cell {
   height: 80px;
 
+  .layui-badge-middle {
+    line-height: 17px;
+  }
+
   &.laytable-cell-checkbox {
     line-height: 60px;
   }

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


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


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