fix: field width issue in sub table in horizontal layout (#5763)

This commit is contained in:
Katherine 2024-12-01 22:26:16 +08:00 committed by GitHub
parent 33bbfeab85
commit 7a739b91f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`