소스 검색

样式调整

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;
     }
   }