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