<template>
<div>
<el-button
plain
@click="open2">
不会自动关闭
</el-button>
</div>
</template>
<script>
export default {
methods: {
open2 () {
this.$notify({
title: '提示',
message: '对比版本MP16_SM6125_10.0_202101121904_user分析中,请稍后回来查看。',
duration: 0
})
}
}
}
</script>
自己加个样式覆盖下吧,问题不大。