fix: align right-fixed column in table (#5636)

This commit is contained in:
Katherine 2024-11-12 15:03:09 +08:00 committed by GitHub
parent 903c48b1f0
commit ad563f37c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -185,7 +185,7 @@ const useTableColumns = (props: { showDel?: any; isSubTable?: boolean }, paginat
render: designable
? () => <div style={{ width: '100%', minWidth: '180px' }} className="nb-column-initializer" />
: null,
fixed: designable ? 'right' : 'none',
fixed: 'right',
},
];