@@ -320,7 +320,7 @@ onMounted(() => {
display: flex;
margin-top: 10px;
justify-content: space-between;
-
+
&>div {
width:31%;
}
@@ -35,6 +35,7 @@ const getImgSize = () => {
S: fileSize.width,
M: max
+ console.log('断面图基础配置',obj);
return obj
} catch (error) {
return { W: 0, H: 0, S: 0, M: 0 }