样式部分修改
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();
|
||||
}
|
||||
|
||||
|
||||
@@ -311,12 +311,14 @@ onMounted(() => {
|
||||
padding: 20px;
|
||||
|
||||
.header {
|
||||
max-width: 900px;
|
||||
// max-width: 900px;
|
||||
width: 90%;
|
||||
margin: 0 auto 20px;
|
||||
}
|
||||
|
||||
.detail-container {
|
||||
max-width: 900px;
|
||||
// max-width: 900px;
|
||||
width: 90%;
|
||||
margin: 0 auto;
|
||||
|
||||
.message-card {
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
:category-name="currentCategoryName"
|
||||
:show-article-mode="showArticle"
|
||||
/>
|
||||
<div class="search-wrapper">
|
||||
<!-- <div class="search-wrapper">
|
||||
<Search @search="handleSearch" />
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="content-wrapper">
|
||||
<div class="content-container">
|
||||
<ResourceSideBar
|
||||
|
||||
Reference in New Issue
Block a user