初步完成返回游戏功能,待测试完善
This commit is contained in:
@@ -18,7 +18,7 @@ const props = defineProps({
|
||||
const getContentHeight = () => {
|
||||
if (props.mode === "tall") return "47vw";
|
||||
if (props.mode === "square") return "74vw";
|
||||
return '36vw'
|
||||
return "36vw";
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user