mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-08 06:59:26 +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;
|
overflow: hidden;
|
||||||
.ant-table-wrapper {
|
.ant-table-wrapper {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
.ant-spin-nested-loading {
|
||||||
.ant-table-wrapper {
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
.ant-spin-nested-loading {
|
.ant-spin-container {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
.ant-spin-container {
|
display: flex;
|
||||||
height: 100%;
|
flex-direction: column;
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user