gp-designer 1.0.55 → 1.0.56

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gp-designer",
3
3
  "private": false,
4
- "version": "1.0.55",
4
+ "version": "1.0.56",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "author": "gp",