Browse Source

fix: 修改

bill 1 năm trước cách đây
mục cha
commit
bc86def022
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/scene/covers/range.vue

+ 1 - 1
src/views/scene/covers/range.vue

@@ -57,7 +57,7 @@ const props = defineProps<{ rangeKey: string }>();
 const topSetting = useSDK().scene.getSceneCropSetting().top;
 
 const sceneRangeSetting = {
-  top: { min: topSetting.minTop, max: topSetting.maxTop, step: 1, unit: "米" },
+  top: { min: 0, max: 100, step: 1, unit: "%" },
   scale: { min: 0, max: 100, step: 1, unit: "%" },
   rotate: { min: -180, max: 180, step: 1, unit: "°" },
 };