mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
fix: alignment issue when action column buttons are hidden (#5987)
This commit is contained in:
parent
c9cf85e120
commit
08665d2eea
@ -556,7 +556,7 @@ const RenderButtonInner = observer(
|
||||
} = props;
|
||||
|
||||
if (!designable && (field?.data?.hidden || !aclCtx)) {
|
||||
return null;
|
||||
return <div style={{ visibility: 'hidden' }}> </div>;
|
||||
}
|
||||
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user