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({ } }); + +