style.less 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. .bms-ant-table-wrapper {
  2. border-radius: 4px !important;
  3. .bms-ant-table-row-indent+.bms-ant-table-row-expand-icon {
  4. margin-top: -2px !important;
  5. }
  6. }
  7. .bms-ant-table-wrapper .bms-ant-table-tbody >tr >td {
  8. border-top: 1px solid rgb(218 226 242) !important;
  9. }
  10. .bms-ant-table-wrapper .bms-ant-table-pagination.bms-ant-pagination {
  11. margin: 10px 0 !important;
  12. padding-right: 16px;
  13. }
  14. .bms-ant-table-wrapper .bms-ant-table.bms-ant-table-bordered >.bms-ant-table-container >.bms-ant-table-body >table >tbody>tr>td {
  15. //#dae2f2
  16. border-inline-end: 1px solid #dae2f2 !important;
  17. }
  18. .bms-ant-table-wrapper .bms-ant-table.bms-ant-table-bordered >.bms-ant-table-container >.bms-ant-table-header >table >thead>tr {
  19. &:last-child {
  20. &>th{
  21. border-top:1px solid #dae2f2 !important;
  22. }
  23. }
  24. }
  25. .BMSTable {
  26. .bms-ant-space-align-center {
  27. gap:0 !important;
  28. }
  29. .bms-ant-table-thead {
  30. .bms-ant-table-cell {
  31. border-bottom: none !important;
  32. //border-top:1px solid #dae2f2 !important ;
  33. background: rgb(238 243 250 / 100%) !important;
  34. .bms-ant-table-selection {
  35. .bms-ant-table-selection-extra {
  36. top:5px;
  37. }
  38. }
  39. &::before {
  40. display: none;
  41. }
  42. &:hover {
  43. background: rgb(238 243 250 / 100%) !important;
  44. }
  45. }
  46. .bms-ant-table-cell-fix-right {
  47. &:last-child {
  48. right: 0 !important;
  49. }
  50. }
  51. }
  52. .bms-ant-table-cell {
  53. height: 15px;
  54. line-height: 15px;
  55. font-size: 14px;
  56. font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  57. // font-weight: 500;
  58. color: #17181A;
  59. padding: 13px 16px !important;
  60. &:hover {
  61. background: #FAFBFC !important;
  62. }
  63. }
  64. .bms-ant-pagination .bms-ant-pagination-item-active {
  65. font-weight: 600;
  66. background-color: #37F !important;
  67. border-color: #37F !important;
  68. }
  69. .bms-ant-pagination .bms-ant-pagination-item-active a {
  70. color: #fff !important;
  71. }
  72. }
  73. .bms-ant-table-wrapper .bms-ant-table-container table>thead>tr:first-child th:first-child {
  74. border-start-start-radius:4px !important;
  75. }
  76. .bms-ant-table-wrapper .bms-ant-table-container table>thead>tr:first-child th:last-child {
  77. border-start-end-radius:4px !important;
  78. }
  79. .bms-ant-empty-normal {
  80. margin-block: 80px !important;
  81. color: rgb(0 0 0 / 25%);
  82. }