|
|
@@ -1,7 +1,7 @@
|
|
|
<html lang="ko"
|
|
|
xmlns:th="http://www.thymeleaf.org">
|
|
|
<!-- 다다익선 할인 상품 보기 -->
|
|
|
-<div class="modal-dialog" role="document" th:with="imgGoodsUrl=${@environment.getProperty('upload.goods.view')}, uxImgUrl=${@environment.getProperty('domain.uximage')}, imgUrl=${@environment.getProperty('upload.image.view')}">
|
|
|
+<div class="modal-dialog tmtbSalesPopup" role="document" th:with="imgGoodsUrl=${@environment.getProperty('upload.goods.view')}, uxImgUrl=${@environment.getProperty('domain.uximage')}, imgUrl=${@environment.getProperty('upload.image.view')}">
|
|
|
<div class="modal-content"><div class="modal-header">
|
|
|
<h5 class="modal-title" id="moresaleLabel">다다익선 상품</h5>
|
|
|
</div>
|
|
|
@@ -41,7 +41,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- Add Scrollbar -->
|
|
|
- <div class="swiper-scrollbar" th:if="${goodsList.size() > 5}" style="opacity: 0; transition-duration: 400ms;"><div class="swiper-scrollbar-drag" style="width: 514.104px; transform: translate3d(0px, 0px, 0px);"></div></div>
|
|
|
+ <!--<div class="swiper-scrollbar" style="opacity: 0; transition-duration: 400ms;"><div class="swiper-scrollbar-drag" style="width: 514.104px; transform: translate3d(0px, 0px, 0px);"></div></div>-->
|
|
|
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>
|
|
|
</div>
|
|
|
<!-- -->
|
|
|
@@ -56,7 +56,7 @@
|
|
|
slidesPerView: 5,
|
|
|
spaceBetween: 20,
|
|
|
scrollbar: {
|
|
|
- el: '.moresale_pop .swiper-scrollbar',
|
|
|
+ el: '.tmtbSalesPopup .swiper-scrollbar',
|
|
|
hide: true,
|
|
|
},
|
|
|
});
|