bill 1 年之前
父節點
當前提交
43ddf8251c
共有 1 個文件被更改,包括 2 次插入2 次删除
  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);