瀏覽代碼

修改样式

Anyon 2 年之前
父節點
當前提交
f503a531da
共有 3 個文件被更改,包括 15 次插入3 次删除
  1. 15 3
      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

+ 15 - 3
public/static/theme/css/_custom.less

@@ -347,7 +347,11 @@
 table[data-line] + div tbody {
   .layui-table-cell {
     padding-top: 10px;
-    line-height: 22px;
+    line-height: 20px;
+
+    .headimg.pull-left {
+      margin-top: 4px;
+    }
 
     &.laytable-cell-checkbox {
       line-height: 44px;
@@ -360,11 +364,19 @@ table[data-line] + div tbody {
 }
 
 table[data-line='2'] + div tbody .layui-table-cell {
-  height: 62px;
+  height: 60px;
+
+  &.laytable-cell-checkbox {
+    line-height: 40px;
+  }
 }
 
 table[data-line='3'] + div tbody .layui-table-cell {
-  height: 82px;
+  height: 80px;
+
+  &.laytable-cell-checkbox {
+    line-height: 60px;
+  }
 }
 
 /* 表单验证异常提示 */

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


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


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