样式部分修改

This commit is contained in:
2025-12-04 10:44:46 +08:00
parent 80ddcc96d3
commit c37cbe0054
4 changed files with 11 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
<div class="notice-dropdown" :class="{ 'show': dropdownVisible }" :style="dropdownStyle"
v-if="dropdownVisible" @mouseenter="openDropdown" @mouseleave="closeDropdown">
<div class="notice-header">
<h3>通知</h3>
<h3>消息通知</h3>
<span class="notice-count" v-if="unreadCount > 0">{{ unreadCount }}条未读</span>
</div>
<div class="notice-list" v-loading="loading">
@@ -195,7 +195,7 @@ async function handleNoticeClick(item: MessageUserVO) {
}
function viewAll() {
router.push('/user/message');
router.push('/user-center/message');
forceCloseDropdown();
}