fix(仪表板): 修复复用时的按钮样式受到上层仪表板样式影响的问题

This commit is contained in:
wangjiahao 2023-09-07 10:40:02 +08:00
parent 87533a33fd
commit b55f516aa1
2 changed files with 10 additions and 9 deletions

View File

@ -27,6 +27,10 @@ export default {
type: Boolean,
default: true
},
canvasStyleData:{
type: Object,
default: {}
},
size: String
},
@ -45,10 +49,7 @@ export default {
}
}
return false
},
...mapState([
'canvasStyleData'
])
}
},
created() {

View File

@ -27,6 +27,10 @@ export default {
type: Boolean,
default: true
},
canvasStyleData:{
type: Object,
default: {}
},
size: String
},
data() {
@ -44,11 +48,7 @@ export default {
}
}
return false
},
...mapState([
'canvasStyleData'
])
}
},
created() {
},