我的笔记样式调整

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

@@ -40,7 +40,7 @@
:limit="limit">
<svg-icon style="font-size:52px;margin-right:5px;margin-top:20px" icon-class="up-char"></svg-icon>
<div class="el-upload__text">将文件拖到此处<em>点击上传</em></div>
<div class="el-upload__tip" slot="tip">支持拓展名支持扩展名<span v-for="ty in fileType">{{ty}},</span> 图片支持批量上传最多9张</div>
<div class="el-upload__tip" slot="tip">支持拓展名支持扩展名<span v-for="ty in fileType">{{ty}} </span> <span v-if="limit > 1">图片支持批量上传最多9张</span></div>
</el-upload>
<!-- 文件列表 -->

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 {