unika-components 1.0.317 → 1.0.319
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.
|
@@ -163,20 +163,11 @@ body, html {
|
|
|
163
163
|
height: 100%;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
-
.
|
|
166
|
+
.effect {
|
|
167
167
|
width: 100%;
|
|
168
168
|
height: 100%;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
-
.swiper-slide-component {
|
|
172
|
-
text-align: center;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.swiper-slide img {
|
|
176
|
-
max-width: 100%;
|
|
177
|
-
max-height: 100%;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
171
|
.ant-input-number {
|
|
181
172
|
box-sizing: border-box;
|
|
182
173
|
margin: 0;
|
|
@@ -211,18 +202,27 @@ body, html {
|
|
|
211
202
|
margin-bottom: 0px;
|
|
212
203
|
vertical-align: top;
|
|
213
204
|
}
|
|
214
|
-
|
|
215
|
-
.uni-svg-component {
|
|
216
|
-
display: inline-block;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
.uni-build-up-component {
|
|
220
|
-
}
|
|
221
205
|
|
|
222
|
-
.
|
|
206
|
+
.swiper-warp {
|
|
223
207
|
width: 100%;
|
|
224
208
|
height: 100%;
|
|
225
209
|
}
|
|
210
|
+
|
|
211
|
+
.swiper-slide-component {
|
|
212
|
+
text-align: center;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.swiper-slide img {
|
|
216
|
+
max-width: 100%;
|
|
217
|
+
max-height: 100%;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.uni-build-up-component {
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.uni-svg-component {
|
|
224
|
+
display: inline-block;
|
|
225
|
+
}
|
|
226
226
|
/**
|
|
227
227
|
* Swiper 6.8.4
|
|
228
228
|
* Most modern mobile touch slider and framework with hardware accelerated transitions
|
|
@@ -5476,8 +5476,7 @@ function render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5476
5476
|
createElementVNode("img", {
|
|
5477
5477
|
src: _ctx.imageSrc,
|
|
5478
5478
|
style: {"width":"100%","height":"100%"},
|
|
5479
|
-
onLoad: _cache[0] || (_cache[0] = (...args) => (_ctx.onImageLoad && _ctx.onImageLoad(...args)))
|
|
5480
|
-
crossOrigin: "anonymous"
|
|
5479
|
+
onLoad: _cache[0] || (_cache[0] = (...args) => (_ctx.onImageLoad && _ctx.onImageLoad(...args)))
|
|
5481
5480
|
}, null, 40 /* PROPS, NEED_HYDRATION */, _hoisted_1$b)
|
|
5482
5481
|
], 4 /* STYLE */)
|
|
5483
5482
|
], 4 /* STYLE */))
|
|
@@ -13385,6 +13384,13 @@ var script$h = defineComponent({
|
|
|
13385
13384
|
controlledSwiper.value.slideTo(index, 500);
|
|
13386
13385
|
}
|
|
13387
13386
|
}
|
|
13387
|
+
try {
|
|
13388
|
+
runAnimations(index);
|
|
13389
|
+
callUniLottiesPlay(index);
|
|
13390
|
+
}
|
|
13391
|
+
catch (error) {
|
|
13392
|
+
console.error("Error in onSlideChange:", error);
|
|
13393
|
+
}
|
|
13388
13394
|
};
|
|
13389
13395
|
// 翻到下一页
|
|
13390
13396
|
const flipToNextPage = () => {
|
|
@@ -5483,8 +5483,7 @@
|
|
|
5483
5483
|
vue.createElementVNode("img", {
|
|
5484
5484
|
src: _ctx.imageSrc,
|
|
5485
5485
|
style: {"width":"100%","height":"100%"},
|
|
5486
|
-
onLoad: _cache[0] || (_cache[0] = (...args) => (_ctx.onImageLoad && _ctx.onImageLoad(...args)))
|
|
5487
|
-
crossOrigin: "anonymous"
|
|
5486
|
+
onLoad: _cache[0] || (_cache[0] = (...args) => (_ctx.onImageLoad && _ctx.onImageLoad(...args)))
|
|
5488
5487
|
}, null, 40 /* PROPS, NEED_HYDRATION */, _hoisted_1$b)
|
|
5489
5488
|
], 4 /* STYLE */)
|
|
5490
5489
|
], 4 /* STYLE */))
|
|
@@ -13392,6 +13391,13 @@
|
|
|
13392
13391
|
controlledSwiper.value.slideTo(index, 500);
|
|
13393
13392
|
}
|
|
13394
13393
|
}
|
|
13394
|
+
try {
|
|
13395
|
+
runAnimations(index);
|
|
13396
|
+
callUniLottiesPlay(index);
|
|
13397
|
+
}
|
|
13398
|
+
catch (error) {
|
|
13399
|
+
console.error("Error in onSlideChange:", error);
|
|
13400
|
+
}
|
|
13395
13401
|
};
|
|
13396
13402
|
// 翻到下一页
|
|
13397
13403
|
const flipToNextPage = () => {
|