mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 13:06:31 +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 (
|
return (
|
||||||
<div
|
<div
|
||||||
className={css`
|
className={css`
|
||||||
height: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
.ant-table-wrapper {
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
.ant-table-wrapper {
|
.ant-table-wrapper {
|
||||||
@ -687,7 +684,6 @@ export const Table: any = withDynamicSchemaProps(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
.ant-table {
|
.ant-table {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
|
Loading…
Reference in New Issue
Block a user