数据可视化大屏
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 line
603B

  1. .ant-table-bordered .ant-table-thead > tr > th,
  2. .ant-table-bordered .ant-table-tbody > tr > td {
  3. border-color: white !important;
  4. }
  5. /* 表格头部区域添加里边框 */
  6. .tableColor .ant-table-tbody > tr > td{
  7. border-right: 3px solid #2b3e71 !important;
  8. border-bottom: 1px solid #334474 !important;
  9. transition: background 0.3s;
  10. }
  11. /* 表格内容区域添加里边框 */
  12. .tableColor .ant-table-thead > tr > th{
  13. color: #bfceff !important;
  14. background-color: transparent !important;
  15. border-right: 3px solid #2b3e71 !important;
  16. border-bottom: 1px solid #334474 !important;
  17. }