mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
fix: field width issue in sub table in horizontal layout (#5763)
This commit is contained in:
parent
33bbfeab85
commit
7a739b91f2
@ -61,6 +61,9 @@ const subTableContainer = css`
|
||||
transform: translateY(0);
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-table-cell .ant-formily-item-control {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
`;
|
||||
|
||||
const tableClassName = css`
|
||||
|
Loading…
x
Reference in New Issue
Block a user