样式部分修改

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();
}

View File

@@ -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 {

View File

@@ -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