@@ -376,6 +376,9 @@ export default defineComponent({
left: calc((100% - #{$infoItemActiveWidth}) / 2);
width: $infoItemActiveWidth;
animation-duration: 2s;
+ >img {
+ width: 100%;
+ }
}
</style>