Skip to content

Commit

Permalink
chore: js
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Jun 11, 2024
1 parent bf0d7dd commit 87a89ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ export default defineComponent({
title: "通知",
duration: 0,
//@ts-expect-error
style: { width: "360px" },
style: { width: "260px" },
position: "bottom-right",
dangerouslyUseHTMLString: true,
message: `<a target='_blank' style='font-size: 16px' class='block text-center hover:text-[var(--el-color-primary)]' href='https://pure-admin.github.io/pure-admin-doc/pages/introduction/'>
保姆级文档已更新!所有失效、有误链接都已修复!强制刷新文档页面即可
message: `<a target='_blank' style='font-size: 16px' class='block text-center text-[red] hover:text-[var(--el-color-primary)]' href='https://pure-admin.github.io/pure-admin-doc/pages/js/'>
JS 版本限时优惠预售中
</a>
`
});
Expand Down

0 comments on commit 87a89ff

Please sign in to comment.