【修改】修改表格底部距离

This commit is contained in:
zhoulingpo
2023-05-26 09:42:49 +08:00
parent 25cd377df5
commit b3684ddc48
@@ -591,7 +591,7 @@ export default {
const isSize = file.size / 1024 / 1024 < 200;
if (!isType) {
setTimeout(()=>{
this.$message.error('仅能上传 pdfpptpptx 格式文件');
this.$message.error('仅能上传 pdfpptpptx | xls | xlsx 格式文件');
})
}