用户导入提示溢出则显示滚动条
This commit is contained in:
@ -548,7 +548,7 @@ const handleFileSuccess = (response, file, fileList) => {
|
|||||||
upload.open = false;
|
upload.open = false;
|
||||||
upload.isUploading = false;
|
upload.isUploading = false;
|
||||||
proxy.$refs["uploadRef"].clearFiles();
|
proxy.$refs["uploadRef"].clearFiles();
|
||||||
proxy.$alert(response.msg, "导入结果", { dangerouslyUseHTMLString: true });
|
proxy.$alert("<div style='overflow: auto;overflow-x: hidden;max-height: 70vh;padding: 10px 20px 0;'>" + response.msg + "</div>", "导入结果", { dangerouslyUseHTMLString: true });
|
||||||
getList();
|
getList();
|
||||||
};
|
};
|
||||||
/** 提交上传文件 */
|
/** 提交上传文件 */
|
||||||
|
Reference in New Issue
Block a user