|
|
@ -139,19 +139,19 @@ $color-primary: var(--color-primary); |
|
|
|
max-height: 687px; |
|
|
|
overflow: auto; |
|
|
|
} |
|
|
|
.ant-table-content::-webkit-scrollbar { |
|
|
|
width: 12px; |
|
|
|
} |
|
|
|
.ant-table-content::-webkit-scrollbar-thumb { |
|
|
|
background-color: #9da2ab; |
|
|
|
border-radius: 4px; |
|
|
|
} |
|
|
|
.ant-table-content::-webkit-scrollbar-track { |
|
|
|
/*滚动条里面轨道*/ |
|
|
|
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); |
|
|
|
border-radius: 10px; |
|
|
|
background: transparent; |
|
|
|
} |
|
|
|
// .ant-table-content::-webkit-scrollbar { |
|
|
|
// width: 12px; |
|
|
|
// } |
|
|
|
// .ant-table-content::-webkit-scrollbar-thumb { |
|
|
|
// background-color: #9da2ab; |
|
|
|
// border-radius: 4px; |
|
|
|
// } |
|
|
|
// .ant-table-content::-webkit-scrollbar-track { |
|
|
|
// /*滚动条里面轨道*/ |
|
|
|
// -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); |
|
|
|
// border-radius: 10px; |
|
|
|
// background: transparent; |
|
|
|
// } |
|
|
|
.ant-table-tbody .ant-table-row .ant-table-cell { |
|
|
|
background-color: #3e4557 !important; |
|
|
|
color: #ffffff !important; |
|
|
@ -375,3 +375,4 @@ $color-primary: var(--color-primary); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|