This commit is contained in:
X1627315083
2025-01-16 09:47:28 +08:00
parent 5c7782113c
commit efc89902cd
5 changed files with 47 additions and 11 deletions

View File

@@ -804,6 +804,10 @@ export default defineComponent({
// type: 'dislike',
// };
// designDetail.showDesignDetailModal(data);
window.addEventListener('resize', ()=> {
this.setSystemDesigner(0)
this.setDesignItemStyle()
})
this.setSystemDesigner(0)
this.setDesignItemStyle()
},