ucservice 2.5.5 → 2.5.6

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.
@@ -14172,6 +14172,8 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14172
14172
  videoRotateSize(li, rotateIndex) {
14173
14173
  if (!li) return;
14174
14174
  let video = li.querySelector('video');
14175
+ let liWidth = li.offsetWidth;
14176
+ let liHeight = li.offsetHeight;
14175
14177
  let isScale = video.classList.contains('scale-scene');
14176
14178
 
14177
14179
  if (isScale) {
@@ -14188,8 +14190,6 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14188
14190
  let videoHeight = video.videoHeight;
14189
14191
  let vWidth = video.offsetWidth;
14190
14192
  let vHeight = video.offsetHeight;
14191
- let liWidth = li.offsetWidth;
14192
- let liHeight = li.offsetHeight;
14193
14193
 
14194
14194
  if (rotateIndex == 0) {
14195
14195
  //0
Binary file