答案 0 :(得分:1)
我认为库没有提供内置方式,但我建议您只需将其作为background-image
添加到箭头元素中。
像这样:
.VueCarousel-navigation-prev {
background-image: 'data:image/png; base64, ...'; // add your image as base64
font-size: 0; // to hide the unicode arrow provided by the library
// ... your custom styles (height, width...)
}
然后对于下一个按钮也一样:
.VueCarousel-navigation-prev{ /* same here */ }