mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 10:26:45 +00:00
fix: table fixed bug (#3901)
This commit is contained in:
parent
c22fc6f5d4
commit
84d2a47361
@ -671,9 +671,6 @@ export const Table: any = withDynamicSchemaProps(
|
||||
return (
|
||||
<div
|
||||
className={css`
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
.ant-table-wrapper {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
.ant-table-wrapper {
|
||||
@ -687,7 +684,6 @@ export const Table: any = withDynamicSchemaProps(
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.ant-table {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
|
Loading…
Reference in New Issue
Block a user