Compare commits

..

2 Commits

Author SHA1 Message Date
b386d4e60d fix: 补全SEO
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m2s
- 关于我们页面的SEO信息补全
2025-11-08 10:05:32 +08:00
bfdae60910 fix: 调整SpecTable表头样式
- 加粗标题
2025-11-08 10:03:15 +08:00
2 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,7 @@
<style scoped>
.spec-collapse ::v-deep(.el-collapse-item__header) {
font-size: 1rem;
font-weight: 600;
padding: 1rem;
}
</style>

View File

@ -41,6 +41,11 @@
console.error('数据获取失败: ', value);
}
});
const pageTitle = computed(() => $t('page-title.about-us'));
useHead({
title: pageTitle,
});
</script>
<style scoped>