Compare commits

...

2 Commits

Author SHA1 Message Date
xiaoxian521
1077430167 chore: update 2026-01-23 11:58:12 +08:00
xiaoxian521
8167597475 chore: update 2026-01-22 13:01:53 +08:00

View File

@@ -66,12 +66,12 @@ export default defineComponent({
duration: 0,
customClass: "fullpage-notification",
// @ts-expect-error
style: { width: "280px" },
style: { width: "260px" },
position: "bottom-right",
dangerouslyUseHTMLString: true,
message: `
<a target='_blank' class='block text-2xl text-center border mt-4 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'>
补差价活动即将结束!
</a>
`
});