mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08: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…
x
Reference in New Issue
Block a user