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.
@@ -14181,6 +14181,8 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14181
14181
  videoRotateSize(li, rotateIndex) {
14182
14182
  if (!li) return;
14183
14183
  let video = li.querySelector('video');
14184
+ let liWidth = li.offsetWidth;
14185
+ let liHeight = li.offsetHeight;
14184
14186
  let isScale = video.classList.contains('scale-scene');
14185
14187
 
14186
14188
  if (isScale) {
@@ -14197,8 +14199,6 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14197
14199
  let videoHeight = video.videoHeight;
14198
14200
  let vWidth = video.offsetWidth;
14199
14201
  let vHeight = video.offsetHeight;
14200
- let liWidth = li.offsetWidth;
14201
- let liHeight = li.offsetHeight;
14202
14202
 
14203
14203
  if (rotateIndex == 0) {
14204
14204
  //0
Binary file