完成决金箭调试

This commit is contained in:
kron
2025-07-06 00:42:10 +08:00
parent a2223d2b10
commit 0d21675013
7 changed files with 67 additions and 29 deletions

View File

@@ -16,7 +16,7 @@ const props = defineProps({
},
});
const getContentHeight = () => {
if (props.mode === "tall") return "47vw";
if (props.mode === "tall") return "50vw";
if (props.mode === "square") return "74vw";
return "36vw";
};