数据可视化大屏
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

lj-table.component.css 603B

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