fix: fix style of sub table
This commit is contained in:
parent
623ffc9c57
commit
67891d5721
@ -63,20 +63,12 @@ export const SubTable: any = observer(
|
|||||||
>
|
>
|
||||||
<Table
|
<Table
|
||||||
className={css`
|
className={css`
|
||||||
.ant-select-selector {
|
|
||||||
/* min-height: 31px; */
|
|
||||||
}
|
|
||||||
.ant-formily-item.ant-formily-item-feedback-layout-loose {
|
.ant-formily-item.ant-formily-item-feedback-layout-loose {
|
||||||
margin-bottom: 0px !important;
|
margin-bottom: 0px !important;
|
||||||
}
|
}
|
||||||
.ant-formily-editable {
|
.ant-formily-editable {
|
||||||
vertical-align: sub;
|
vertical-align: sub;
|
||||||
}
|
}
|
||||||
.ant-table table {
|
|
||||||
}
|
|
||||||
td:not(.ant-table-selection-column) {
|
|
||||||
padding: 5px !important;
|
|
||||||
}
|
|
||||||
`}
|
`}
|
||||||
bordered
|
bordered
|
||||||
size={'small'}
|
size={'small'}
|
||||||
|
Loading…
Reference in New Issue
Block a user