소스 검색

fix: 修改

bill 1 년 전
부모
커밋
bc86def022
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: "°" },
 };