style: filter form block action bar style improve (#5108)
Some checks are pending
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
deploy client docs / Build (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run

This commit is contained in:
Katherine 2024-08-22 23:18:03 +08:00 committed by GitHub
parent c2b727c3b6
commit eb550a9e19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,8 +26,9 @@ export const FilterFormBlockProvider = withDynamicSchemaProps((props) => {
<ActionBarProvider
forceProps={{
style: {
overflowY: 'auto',
width: '100%',
overflowX: 'auto',
maxWidth: '100%',
float: 'right',
},
}}
>