mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 03:02:19 +08:00
fix: align right-fixed column in table (#5636)
This commit is contained in:
parent
903c48b1f0
commit
ad563f37c6
@ -185,7 +185,7 @@ const useTableColumns = (props: { showDel?: any; isSubTable?: boolean }, paginat
|
|||||||
render: designable
|
render: designable
|
||||||
? () => <div style={{ width: '100%', minWidth: '180px' }} className="nb-column-initializer" />
|
? () => <div style={{ width: '100%', minWidth: '180px' }} className="nb-column-initializer" />
|
||||||
: null,
|
: null,
|
||||||
fixed: designable ? 'right' : 'none',
|
fixed: 'right',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user