mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-18 09:24:19 +02:00
fix image column skeleton aspect ratio
This commit is contained in:
@@ -125,6 +125,8 @@ export const ImageColumn = (props: ItemTableListInnerColumn) => {
|
||||
<div
|
||||
className={clsx(styles.imageContainer, {
|
||||
[styles.compactImageContainer]: props.size === 'compact',
|
||||
[styles.skeletonWithAspectRatio]:
|
||||
props.size === 'default' || props.size === 'large',
|
||||
})}
|
||||
>
|
||||
<Skeleton containerClassName={styles.skeleton} />
|
||||
|
||||
Reference in New Issue
Block a user