Browse Source

fix(): cyh还原公共组件TableModule 的样式

tags/PMS_V1.0.0_Alpha5
xingjx 1 year ago
parent
commit
876ac12069
  1. 50
      src/components/TableModule/index.scss

50
src/components/TableModule/index.scss

@ -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;
// }

Loading…
Cancel
Save