From 2856f2c5a1e9eb3d3a9a3327f4cdbe154ef6c03f Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Tue, 26 Aug 2025 15:22:10 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E8=B0=83=E6=95=B4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pages/about/contact-us.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/pages/about/contact-us.vue b/app/pages/about/contact-us.vue index 6ff420f..b1b02a7 100644 --- a/app/pages/about/contact-us.vue +++ b/app/pages/about/contact-us.vue @@ -63,10 +63,6 @@ onMounted(async () => { margin-bottom: 2rem; } -:deep(.markdown-body h2) { - text-align: center; -} - :deep(.markdown-body ul) { list-style-type: none; }