From d353da6ac5875ec9b6b7b423bdd121a305e3801e Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Thu, 14 Aug 2025 09:10:49 +0800 Subject: [PATCH] chore: update --- src/App.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 728d57b05..145331a6b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -57,14 +57,15 @@ export default defineComponent({ }, mounted() { ElNotification({ - title: "高级服务", + title: "平台最新活动与动态", duration: 0, + customClass: "fullpage-notification", // @ts-expect-error - style: { width: "200px" }, + style: { width: "260px" }, position: "bottom-right", dangerouslyUseHTMLString: true, message: ` - + 点我查看 ` @@ -72,3 +73,9 @@ export default defineComponent({ } }); + +