caner 1 year ago
parent
commit
0df2b38001
2 changed files with 2 additions and 1 deletions
  1. 1 1
      src/pages/views/planTool/index.vue
  2. 1 0
      vite.config.ts

+ 1 - 1
src/pages/views/planTool/index.vue

@@ -320,7 +320,7 @@ onMounted(() => {
     display: flex;
     display: flex;
     margin-top: 10px;
     margin-top: 10px;
     justify-content: space-between;
     justify-content: space-between;
-  
+
     &>div {
     &>div {
       width:31%;
       width:31%;
     }
     }

+ 1 - 0
vite.config.ts

@@ -35,6 +35,7 @@ const getImgSize = () => {
       S: fileSize.width,
       S: fileSize.width,
       M: max
       M: max
     }
     }
+    console.log('断面图基础配置',obj);
     return obj
     return obj
   } catch (error) {
   } catch (error) {
     return { W: 0, H: 0, S: 0, M: 0 }
     return { W: 0, H: 0, S: 0, M: 0 }