File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -57,18 +57,25 @@ export default defineComponent({
57
57
},
58
58
mounted() {
59
59
ElNotification ({
60
- title: " 高级服务 " ,
60
+ title: " 平台最新活动与动态 " ,
61
61
duration: 0 ,
62
+ customClass: " fullpage-notification" ,
62
63
// @ts-expect-error
63
- style: { width: " 200px " },
64
+ style: { width: " 260px " },
64
65
position: " bottom-right" ,
65
66
dangerouslyUseHTMLString: true ,
66
67
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 '>
68
69
点我查看
69
70
</a>
70
71
`
71
72
});
72
73
}
73
74
});
74
75
</script >
76
+
77
+ <style >
78
+ .fullpage-notification > .el-notification__group > .el-notification__closeBtn {
79
+ top : 15px ;
80
+ }
81
+ </style >
You can’t perform that action at this time.
0 commit comments