|
@@ -91,7 +91,7 @@ const refreshBlob = async () => {
|
|
|
return;
|
|
|
}
|
|
|
const scale = 1.564;
|
|
|
- const width = Math.ceil(500 * scale);
|
|
|
+ const width = Math.ceil(540 * scale);
|
|
|
const height = Math.ceil(390 * scale);
|
|
|
const fuseImage = await getFuseImage(iframeRef.value, width, height);
|
|
|
|
|
@@ -166,7 +166,7 @@ watchEffect(async (onClanup) => {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
.house-layout {
|
|
|
- --w: calc(500 / 390 * var(--h));
|
|
|
+ --w: calc(540 / 390 * var(--h));
|
|
|
--h: 610px;
|
|
|
display: flex;
|
|
|
height: var(--h);
|