样式修改

This commit is contained in:
2025-10-31 13:17:57 +08:00
parent a881f57e30
commit 9ad9507a72
19 changed files with 693 additions and 971 deletions

View File

@@ -43,7 +43,7 @@ import { Search, CenterHead } from '@/components/base';
import type { Resource, Tag } from '@/types/resource';
const showArticle = ref(false);
const currentCategoryId = ref('party_history');
const currentCategoryId = ref('tag_article_001');
const currentCategoryName = ref('党史学习');
const currentResourceId = ref('');
const searchKeyword = ref('');
@@ -99,6 +99,7 @@ async function handleArticleNavigate(direction: 'prev' | 'next', resourceId: str
<style scoped lang="scss">
.resource-center-view {
background: #F9F9F9;
height: 100%;
}
.search-wrapper {