|
|
@@ -167,7 +167,7 @@ export default {
|
|
|
.swiper-button-prev {
|
|
|
width: 26px;
|
|
|
height: 26px;
|
|
|
- background: url("../../public/prev.png");
|
|
|
+ background: url("/prev.png");
|
|
|
top: 55%;
|
|
|
left: 0;
|
|
|
background-size: contain;
|
|
|
@@ -177,7 +177,7 @@ export default {
|
|
|
width: 26px;
|
|
|
height: 26px;
|
|
|
top: 55%;
|
|
|
- background: url("../../public/next.png");
|
|
|
+ background: url("/next.png");
|
|
|
right: 0;
|
|
|
background-size: contain;
|
|
|
}
|