|
|
@ -83,7 +83,7 @@ onClickOutside(carouselRef, () => { |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|
<template #customPaging="props"> |
|
|
|
<template #customPaging="props"> |
|
|
|
<div class="cursor-pointer h-full"> |
|
|
|
<div class="cursor-pointer h-full nc-attachment-img-wrapper"> |
|
|
|
<LazyCellAttachmentImage |
|
|
|
<LazyCellAttachmentImage |
|
|
|
class="!block margin-auto h-full w-full" |
|
|
|
class="!block margin-auto h-full w-full" |
|
|
|
:alt="imageItems[props.i].title || `#${props.i}`" |
|
|
|
:alt="imageItems[props.i].title || `#${props.i}`" |
|
|
@ -142,4 +142,8 @@ onClickOutside(carouselRef, () => { |
|
|
|
.ant-carousel :deep(.custom-slick-arrow:hover) { |
|
|
|
.ant-carousel :deep(.custom-slick-arrow:hover) { |
|
|
|
opacity: 0.5; |
|
|
|
opacity: 0.5; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.nc-attachment-img-wrapper { |
|
|
|
|
|
|
|
width: fit-content !important; |
|
|
|
|
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |
|
|
|