瀏覽代碼

样式调整

chenrui 3 年之前
父節點
當前提交
5d3f04f3f1
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/components/custom.less

+ 3 - 3
src/components/custom.less

@@ -1,9 +1,9 @@
 // 自定义样式文件   覆盖框架样式
 
 body{
-  font-size: 13px!important;
+  font-size: 12px!important;
   span,td,label,.ant-btn-sm{
-    font-size: 13px!important;
+    font-size: 12px!important;
   }
   .ant-form-item-label > label{
     color: #333!important;
@@ -144,7 +144,7 @@ body{
   }
   .ant-table-row{
     .ant-table-row-cell-break-word, td{
-      padding: 6px 4px!important;
+      padding: 3px 4px!important;
       color: #333!important;
     }
   }