chore: 优化系统公告显示

This commit is contained in:
xiaojunnuo
2026-01-08 00:49:05 +08:00
parent 42c68d362e
commit b8b7adff17
3 changed files with 5 additions and 5 deletions
@@ -71,7 +71,7 @@
</div>
</template>
</a-alert>
<a-alert type="warning" show-icon>
<a-alert v-if="settingStore.sysPublic.notice" type="warning" show-icon>
<template #message>
{{ settingStore.sysPublic.notice }}
</template>