宽度修正

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

@@ -234,7 +234,7 @@ onMounted(() => {
}
.section {
max-width: 1440px;
// max-width: 1440px;
margin: 0 auto;
padding: 0 120px;
margin-top: 60px;

View File

@@ -347,7 +347,8 @@ onMounted(() => {
.my-message-list {
padding: 20px;
max-width: 1200px;
width: 90%;
// max-width: 1200px;
margin: 0 auto;
min-height: calc(100vh - 76px - 40px);
display: flex;

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;

View File

@@ -57,4 +57,12 @@ function handleMenuClick(menu: SysMenu) {
min-height: 100vh;
background: #F9F9F9;
}
:deep(.menu-container){
width: 90%;
max-width: none;
}
:deep(.main-content .container){
width: 90%;
max-width: none !important;
}
</style>

View File

@@ -63,14 +63,14 @@ const menus = computed(() => {
}
.user-card-wrapper {
width: 100%;
width: 90%;
height: 25%;
display: flex;
justify-content: center;
}
.content-wrapper {
width: 100%;
width: 90%;
height: 75%;
display: flex;