fix: 删除部分组件的最大宽度限制,统一效果

This commit is contained in:
Alirea
2025-09-10 18:29:26 +08:00
committed by Alirea
parent d207c65df7
commit d43d96e8eb
2 changed files with 0 additions and 2 deletions

View File

@@ -931,7 +931,6 @@ const disableAllStages = (stageValue: string) => {
}
.plans-main {
max-width: 1400px;
margin: 0 auto;
}

View File

@@ -669,7 +669,6 @@ onMounted(async () => {
}
.queue-main {
max-width: 1400px;
margin: 0 auto;
}