diff --git a/frontend/src/views/panel/SubjectSetting/PreSubject/SubjectTemplateItem.vue b/frontend/src/views/panel/SubjectSetting/PreSubject/SubjectTemplateItem.vue index 3227f02b54..cd3859855c 100644 --- a/frontend/src/views/panel/SubjectSetting/PreSubject/SubjectTemplateItem.vue +++ b/frontend/src/views/panel/SubjectSetting/PreSubject/SubjectTemplateItem.vue @@ -261,7 +261,8 @@ export default { this.$confirm(this.$t('panel.theme_change_tips'), this.$t('panel.theme_change_warn'), { confirmButtonText: this.$t('commons.confirm'), cancelButtonText: this.$t('commons.cancel'), - type: 'warning' + type: 'warning', + showClose: false }).then(() => { this.$store.commit('setCanvasStyle', JSON.parse(this.subjectItem.details)) this.$store.commit('recordSnapshot', 'subjectChange')