gp-designer 1.0.55 → 1.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@ $(function () {
|
|
7
7
|
|
8
8
|
// 首选循环 swiper-wrapper 对其包装一个父级对象 swiper 以便初始化 Swiper
|
9
9
|
$('.swiper-wrapper').each(function () {
|
10
|
-
$(this).wrap('<div class="swiper flex flex-row"></div>');
|
10
|
+
$(this).wrap('<div class="swiper flex flex-row w-full"></div>');
|
11
11
|
});
|
12
12
|
|
13
13
|
// 当有多个 swiper 时,循环初始化并验证每个 swiper 中是否包含 swiper-wrapper
|