瀏覽代碼

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

lilei 3 年之前
父節點
當前提交
983fdfa07f
共有 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{
   span,td,label,.ant-btn-sm{
     font-size: 13px!important;
     font-size: 13px!important;
   }
   }
-  color: #000!important;
+  .ant-form-item-label > label{
+    color: #333!important;
+  }
 }
 }
 // 查询条件样式
 // 查询条件样式
 .table-page-search-wrapper {
 .table-page-search-wrapper {
@@ -136,12 +138,14 @@ body{
       .ant-table-header tr th, .ant-table-thead tr th{
       .ant-table-header tr th, .ant-table-thead tr th{
         background: #fafafa!important;
         background: #fafafa!important;
         font-weight: bold;
         font-weight: bold;
+        color: #333!important;
       }
       }
     }
     }
   }
   }
   .ant-table-row{
   .ant-table-row{
     .ant-table-row-cell-break-word, td{
     .ant-table-row-cell-break-word, td{
       padding: 6px 4px!important;
       padding: 6px 4px!important;
+      color: #333!important;
     }
     }
   }
   }
   .ant-pagination.ant-table-pagination{
   .ant-pagination.ant-table-pagination{