宽度修正
This commit is contained in:
@@ -234,7 +234,7 @@ onMounted(() => {
|
||||
}
|
||||
|
||||
.section {
|
||||
max-width: 1440px;
|
||||
// max-width: 1440px;
|
||||
margin: 0 auto;
|
||||
padding: 0 120px;
|
||||
margin-top: 60px;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user