From 33334a7515dfe6ea597187e5be0a14ad43d100a5 Mon Sep 17 00:00:00 2001 From: xiaomai Date: Thu, 30 Oct 2025 17:48:30 +0800 Subject: [PATCH] style(ui): improve layout and responsiveness of tuition class page This commit adjusts the styling on the 'Middle/High School Tuition Class' page to enhance its appearance and readability, particularly on mobile devices. - Implemented responsive padding for the main page and content container. - Justified the main text block for better readability. - Centered the student name badges. - Added configuration files for the `repomix` project analysis tool. --- .repomixignore | 10 +++++ .../about/middle-highschool-tuition-class.vue | 6 +-- repomix.config.json | 42 +++++++++++++++++++ 3 files changed, 55 insertions(+), 3 deletions(-) create mode 100644 .repomixignore create mode 100644 repomix.config.json diff --git a/.repomixignore b/.repomixignore new file mode 100644 index 0000000..9781078 --- /dev/null +++ b/.repomixignore @@ -0,0 +1,10 @@ +# Add patterns to ignore here, one per line +# Example: +# *.log +# tmp/ +pnpm-workspace.yaml +public/ +app/assets/ +docs/ +*.md +countries.ts \ No newline at end of file diff --git a/app/pages/about/middle-highschool-tuition-class.vue b/app/pages/about/middle-highschool-tuition-class.vue index 5f7a337..dd3103a 100644 --- a/app/pages/about/middle-highschool-tuition-class.vue +++ b/app/pages/about/middle-highschool-tuition-class.vue @@ -1,10 +1,10 @@