mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 23:49:27 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
15d8c6b280
@ -78,6 +78,7 @@ const subTableContainer = css`
|
|||||||
.ant-table-footer {
|
.ant-table-footer {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
background: inherit;
|
background: inherit;
|
||||||
|
min-height: 22px;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
@ -79,6 +79,7 @@ export class AttachmentURLFieldInterface extends CollectionFieldInterface {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
filterable = {
|
filterable = {
|
||||||
|
nested: true,
|
||||||
operators: operators.bigField,
|
operators: operators.bigField,
|
||||||
};
|
};
|
||||||
titleUsable = true;
|
titleUsable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user