mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 17:55:37 +08:00
我的笔记样式调整
This commit is contained in:
@@ -310,7 +310,7 @@
|
||||
}
|
||||
},
|
||||
updated() {
|
||||
this.chart.resize();
|
||||
this.chart && this.chart.resize();
|
||||
},
|
||||
methods: {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user