Browse Source

Merge branch 'deploy_0804' of http://git.chelingzhu.com/jianguan-web/qpls-md-html into deploy_0804

lilei 3 năm trước cách đây
mục cha
commit
983fdfa07f
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  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{