宽度修正
This commit is contained in:
@@ -234,7 +234,7 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.section {
|
.section {
|
||||||
max-width: 1440px;
|
// max-width: 1440px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0 120px;
|
padding: 0 120px;
|
||||||
margin-top: 60px;
|
margin-top: 60px;
|
||||||
|
|||||||
@@ -347,7 +347,8 @@ onMounted(() => {
|
|||||||
|
|
||||||
.my-message-list {
|
.my-message-list {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
max-width: 1200px;
|
width: 90%;
|
||||||
|
// max-width: 1200px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
min-height: calc(100vh - 76px - 40px);
|
min-height: calc(100vh - 76px - 40px);
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -113,7 +113,8 @@ async function handleArticleNavigate(direction: 'prev' | 'next', resourceId: str
|
|||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
|
|
||||||
:deep(.resource-search) {
|
:deep(.resource-search) {
|
||||||
width: 1200px;
|
// width: 1200px;
|
||||||
|
width: 90%;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
@@ -145,7 +146,7 @@ async function handleArticleNavigate(direction: 'prev' | 'next', resourceId: str
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content-container {
|
.content-container {
|
||||||
width: 1200px;
|
width: 90%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
gap: 24px;
|
gap: 24px;
|
||||||
|
|||||||
@@ -57,4 +57,12 @@ function handleMenuClick(menu: SysMenu) {
|
|||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
background: #F9F9F9;
|
background: #F9F9F9;
|
||||||
}
|
}
|
||||||
|
:deep(.menu-container){
|
||||||
|
width: 90%;
|
||||||
|
max-width: none;
|
||||||
|
}
|
||||||
|
:deep(.main-content .container){
|
||||||
|
width: 90%;
|
||||||
|
max-width: none !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -63,14 +63,14 @@ const menus = computed(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.user-card-wrapper {
|
.user-card-wrapper {
|
||||||
width: 100%;
|
width: 90%;
|
||||||
height: 25%;
|
height: 25%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-wrapper {
|
.content-wrapper {
|
||||||
width: 100%;
|
width: 90%;
|
||||||
|
|
||||||
height: 75%;
|
height: 75%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user