增加宽度

This commit is contained in:
2026-06-16 13:05:14 +08:00
parent 773602491d
commit 45a6a58cd9
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ function getFolderDescription(folderName) {
<style scoped>
.chapter-view {
max-width: 1000px;
max-width: 1400px;
margin: 0 auto;
padding: 0 24px;
}
+1 -1
View File
@@ -474,7 +474,7 @@ const chartData = computed(() => {
<style scoped>
.complexity-demo {
max-width: 1000px;
max-width: 1400px;
margin: 0 auto;
padding: 0 24px;
}
+1 -1
View File
@@ -73,7 +73,7 @@ import { chapters } from '../data/chapters.js'
<style scoped>
.home {
max-width: 1100px;
max-width: 1400px;
margin: 0 auto;
padding: 0 24px;
}
+1 -1
View File
@@ -114,7 +114,7 @@ import SortVisualizer from '../components/SortVisualizer.vue'
<style scoped>
.sort-demo {
max-width: 1000px;
max-width: 1400px;
margin: 0 auto;
padding: 0 24px;
}