|
|
@ -47,31 +47,31 @@ $color-primary: var(--color-primary); |
|
|
|
} |
|
|
|
} |
|
|
|
height: calc(100% - 10px); |
|
|
|
.ant-table-wrapper { |
|
|
|
height: calc(100% - 5px); |
|
|
|
.ant-table-body { |
|
|
|
@include scrollBar(var(--color-user-list-bg), #3b97ff); |
|
|
|
} |
|
|
|
} |
|
|
|
.ant-spin-nested-loading { |
|
|
|
height: 100%; |
|
|
|
.ant-spin-container { |
|
|
|
height: 100%; |
|
|
|
.ant-table { |
|
|
|
height: 100%; |
|
|
|
background: transparent; |
|
|
|
.ant-table-container { |
|
|
|
height: 100%; |
|
|
|
.ant-table-content { |
|
|
|
height: 100%; |
|
|
|
>table { |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
// .ant-table-wrapper { |
|
|
|
// height: calc(100% - 5px); |
|
|
|
// .ant-table-body { |
|
|
|
// @include scrollBar(var(--color-user-list-bg), #3b97ff); |
|
|
|
// } |
|
|
|
// } |
|
|
|
// .ant-spin-nested-loading { |
|
|
|
// height: 100%; |
|
|
|
// .ant-spin-container { |
|
|
|
// height: 100%; |
|
|
|
// .ant-table { |
|
|
|
// height: 100%; |
|
|
|
// background: transparent; |
|
|
|
// .ant-table-container { |
|
|
|
// height: 100%; |
|
|
|
// .ant-table-content { |
|
|
|
// height: 100%; |
|
|
|
// >table { |
|
|
|
// height: 100%; |
|
|
|
// } |
|
|
|
// } |
|
|
|
// } |
|
|
|
// } |
|
|
|
// } |
|
|
|
// } |
|
|
|
// &::-webkit-scrollbar :hover { |
|
|
|
// width: 10px; |
|
|
|
// } |
|
|
|