From 80d2ade9bb92d8360525cf96a0d0963a1c4f0250 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Wed, 3 Sep 2025 14:28:26 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4SpecTable=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 增大标题字体大小 --- app/components/SpecTable.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/components/SpecTable.vue b/app/components/SpecTable.vue index dacd7c6..92a66d4 100644 --- a/app/components/SpecTable.vue +++ b/app/components/SpecTable.vue @@ -24,4 +24,11 @@ const props = defineProps({ const activeName = ref(props.data.map((item: ProductionSpecGroup) => { return item.title }) || []) - \ No newline at end of file + + + \ No newline at end of file