样式部分修改
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user