detail更新

This commit is contained in:
X1627315083
2025-02-25 15:32:55 +08:00
parent 3b230ae222
commit 6cfcd4ce16
28 changed files with 1701 additions and 1056 deletions

View File

@@ -167,6 +167,7 @@
}
input{
height: 100%;
width: 12rem;
}
&.wH input{
width: 5rem;

View File

@@ -52,7 +52,7 @@ export default defineComponent({
let liquefactionData = ref()
let groupDashed = ref(null)//用来判断是否需要对group添加img
let canvasType = 'export'
let canvasObj = reactive(canvasGeneral)
let canvasObj = reactive(new canvasGeneral())
provide('canvasType',canvasType)
provide('canvasObj',canvasObj)
provide('isShowMark',isShowMark)