mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 08:21:53 +00:00
fix: table fixed bug (#3901)
This commit is contained in:
parent
c22fc6f5d4
commit
84d2a47361
@ -675,16 +675,12 @@ export const Table: any = withDynamicSchemaProps(
|
||||
overflow: hidden;
|
||||
.ant-table-wrapper {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
.ant-table-wrapper {
|
||||
.ant-spin-nested-loading {
|
||||
height: 100%;
|
||||
.ant-spin-nested-loading {
|
||||
.ant-spin-container {
|
||||
height: 100%;
|
||||
.ant-spin-container {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user