bill 1 year ago
parent
commit
43ddf8251c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/view/case/draw/selectFuseImage.vue

+ 2 - 2
src/view/case/draw/selectFuseImage.vue

@@ -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);