我的笔记样式调整

This commit is contained in:
zhaofang
2022-10-20 17:57:12 +08:00
parent ad56663478
commit e38275a81d
3 changed files with 3 additions and 3 deletions

View File

@@ -310,7 +310,7 @@
}
},
updated() {
this.chart.resize();
this.chart && this.chart.resize();
},
methods: {

View File

@@ -393,7 +393,7 @@ export default {
this.upNoteFile.content = [];
if(e == '3') {
this.upNoteFile.limit = 9;
this.upNoteFile.fileType = ["png","jpg"];
this.upNoteFile.fileType = ["png","jpg","jpeg","bmp"];
} else if(e == '1'){
this.upNoteFile.fileType = ["txt"];
} else {