宽度修正

This commit is contained in:
2025-12-02 10:58:15 +08:00
parent 0304804057
commit 80ddcc96d3
5 changed files with 16 additions and 6 deletions

View File

@@ -113,7 +113,8 @@ async function handleArticleNavigate(direction: 'prev' | 'next', resourceId: str
padding: 20px 0;
:deep(.resource-search) {
width: 1200px;
// width: 1200px;
width: 90%;
height: 60px;
padding: 0;
@@ -145,7 +146,7 @@ async function handleArticleNavigate(direction: 'prev' | 'next', resourceId: str
}
.content-container {
width: 1200px;
width: 90%;
display: flex;
align-items: flex-start;
gap: 24px;