数据可视化大屏
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

12345678910111213141516171819
  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. }