chore: update

This commit is contained in:
xiaoxian521 2025-08-14 09:10:49 +08:00
parent 2cc688135e
commit d353da6ac5

View File

@ -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: `
<a target='_blank' class='block text-base text-center border mt-2 rounded hover:text-[red]!' href='https://pure-admin.cn/pages/service/'>
<a target='_blank' class='block text-base text-center border mt-4 rounded hover:text-[red]!' href='https://pure-admin.cn/pages/service/#%E6%9C%80%E6%96%B0%E6%B4%BB%E5%8A%A8%E4%B8%8E%E5%8A%A8%E6%80%81'>
点我查看
</a>
`
@ -72,3 +73,9 @@ export default defineComponent({
}
});
</script>
<style>
.fullpage-notification > .el-notification__group > .el-notification__closeBtn {
top: 15px;
}
</style>