chenrui пре 3 година
родитељ
комит
d678283e97
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5 1
      src/components/custom.less

+ 5 - 1
src/components/custom.less

@@ -5,7 +5,9 @@ body{
   span,td,label,.ant-btn-sm{
     font-size: 13px!important;
   }
-  color: #000!important;
+  .ant-form-item-label > label{
+    color: #333!important;
+  }
 }
 // 查询条件样式
 .table-page-search-wrapper {
@@ -136,12 +138,14 @@ body{
       .ant-table-header tr th, .ant-table-thead tr th{
         background: #fafafa!important;
         font-weight: bold;
+        color: #333!important;
       }
     }
   }
   .ant-table-row{
     .ant-table-row-cell-break-word, td{
       padding: 6px 4px!important;
+      color: #333!important;
     }
   }
   .ant-pagination.ant-table-pagination{