用户导入提示溢出则显示滚动条

This commit is contained in:
RuoYi 2021-12-16 09:50:26 +08:00
parent bf7c259cdd
commit 06aef0587a
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ export default {
this.upload.open = false; this.upload.open = false;
this.upload.isUploading = false; this.upload.isUploading = false;
this.$refs.upload.clearFiles(); this.$refs.upload.clearFiles();
this.$alert(response.msg, "导入结果", { dangerouslyUseHTMLString: true }); this.$alert("<div style='overflow: auto;overflow-x: hidden;max-height: 70vh;padding: 10px 20px 0;'>" + response.msg + "</div>", "导入结果", { dangerouslyUseHTMLString: true });
this.getList(); this.getList();
}, },
// //