liyongli 1 tahun lalu
induk
melakukan
3709bbc4cc
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/view/allMedia/videoProcessing/detail.vue

+ 1 - 1
src/view/allMedia/videoProcessing/detail.vue

@@ -165,7 +165,7 @@ function canplay() {
   let r_width = left.value.$el.offsetWidth - 52;
   let h = (video.value.videoWidth / video.value.videoHeight) * r_width;
   if (h > left.value.$el.offsetHeight) {
-    h = left.value.$el.offsetHeight - 152;
+    h = left.value.$el.offsetHeight - 252;
   }
   image_data.value = {
     height: h,