detail更新
This commit is contained in:
@@ -167,6 +167,7 @@
|
||||
}
|
||||
input{
|
||||
height: 100%;
|
||||
width: 12rem;
|
||||
}
|
||||
&.wH input{
|
||||
width: 5rem;
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user