宽度修正
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user