index.module.scss 808 B

1234567891011121314151617181920212223242526272829303132333435
  1. .tableContent {
  2. margin: 0;
  3. font-size: 12px;
  4. .treeBtn {
  5. padding: 1px 0.6rem;
  6. color: #007bff;
  7. border: 1px solid #007bff;
  8. border-radius: 0.2rem;
  9. &:hover {
  10. color: #ffffff;
  11. background-color: #007bff;
  12. }
  13. }
  14. // :global(.ant-table-thead .ant-table-cell) {
  15. // padding: 0.4rem;
  16. // text-align: center !important;
  17. // background-color: #e9ecef;
  18. // border-right: 1px solid #dee2e6;
  19. // border-bottom: 2px solid #dee2e6;
  20. // }
  21. // :global(.ant-table-tbody .ant-table-cell) {
  22. // padding: 0.4rem;
  23. // }
  24. // :global(.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th) {
  25. // border-right: 1px solid #dee2e6;
  26. // }
  27. }
  28. .textBtn {
  29. &:hover {
  30. color: #007bff;
  31. }
  32. }