Skip to content

Commit d353da6

Browse files
committed
chore: update
1 parent 2cc6881 commit d353da6

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/App.vue

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,25 @@ export default defineComponent({
5757
},
5858
mounted() {
5959
ElNotification({
60-
title: "高级服务",
60+
title: "平台最新活动与动态",
6161
duration: 0,
62+
customClass: "fullpage-notification",
6263
// @ts-expect-error
63-
style: { width: "200px" },
64+
style: { width: "260px" },
6465
position: "bottom-right",
6566
dangerouslyUseHTMLString: true,
6667
message: `
67-
<a target='_blank' class='block text-base text-center border mt-2 rounded hover:text-[red]!' href='https://pure-admin.cn/pages/service/'>
68+
<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'>
6869
点我查看
6970
</a>
7071
`
7172
});
7273
}
7374
});
7475
</script>
76+
77+
<style>
78+
.fullpage-notification > .el-notification__group > .el-notification__closeBtn {
79+
top: 15px;
80+
}
81+
</style>

0 commit comments

Comments
 (0)