diff --git a/src/App.vue b/src/App.vue index c3bddb000..cc94dac28 100644 --- a/src/App.vue +++ b/src/App.vue @@ -54,14 +54,14 @@ export default defineComponent({ }, mounted() { ElNotification({ - title: "优质服务", + title: "通知", duration: 0, //@ts-expect-error - style: { width: "140px" }, + style: { width: "360px" }, position: "bottom-right", dangerouslyUseHTMLString: true, - message: ` - 点击了解 + message: ` + 保姆级文档已更新!所有失效、有误链接都已修复!强制刷新文档页面即可! ` });