mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2026-01-20 16:53:37 +08:00
chore: update
This commit is contained in:
@@ -66,12 +66,12 @@ export default defineComponent({
|
|||||||
duration: 0,
|
duration: 0,
|
||||||
customClass: "fullpage-notification",
|
customClass: "fullpage-notification",
|
||||||
// @ts-expect-error
|
// @ts-expect-error
|
||||||
style: { width: "260px" },
|
style: { width: "280px" },
|
||||||
position: "bottom-right",
|
position: "bottom-right",
|
||||||
dangerouslyUseHTMLString: true,
|
dangerouslyUseHTMLString: true,
|
||||||
message: `
|
message: `
|
||||||
<a target='_blank' class='block text-base text-center border mt-4 rounded hover:text-[red]!' href='https://pure-admin.cn/pages/service/'>
|
<a target='_blank' class='block text-2xl text-center border mt-4 rounded hover:text-[red]!' href='https://pure-admin.cn/pages/service'>
|
||||||
新功能更新,点我查看
|
限时活动即将结束!
|
||||||
</a>
|
</a>
|
||||||
`
|
`
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user