Merge remote-tracking branch 'origin/dev-3.1' into dev-3.1.1_theme
# Conflicts: # nezha-fronted/src/components/common/i18n.js # nezha-fronted/src/components/common/pagination.vue # nezha-fronted/src/components/common/searchInput.vue # nezha-fronted/src/components/common/table/settings/endpointTable.vue # nezha-fronted/src/components/page/dashboard/overview/overview2.vue
This commit is contained in:
@@ -1448,6 +1448,10 @@ export default {
|
||||
if (this.$refs.topTool) {
|
||||
this.$refs.topTool.scaleNum = parseInt(data * 100)
|
||||
}
|
||||
const domRect = document.getElementById('topology-canvas' + this.topologyIndexF).getBoundingClientRect()
|
||||
if (getTopology(this.topologyIndex)) {
|
||||
getTopology(this.topologyIndex).canvasPos = domRect
|
||||
}
|
||||
break
|
||||
}
|
||||
case 'locked': {
|
||||
@@ -2052,7 +2056,6 @@ export default {
|
||||
item.animatePlay = item.data.animatePlay
|
||||
item.data.animateType = item.animateType
|
||||
if (item.type === 0 && JSON.stringify(item.data.imageId)) {
|
||||
item.image = ''
|
||||
item.animateFrames = []
|
||||
item.animateReady = null
|
||||
delete item.img
|
||||
|
||||
Reference in New Issue
Block a user