调整 resource.vue 中搜索标题的字体大小,从 1.5rem 修改为 1.2rem,以改善界面一致性

This commit is contained in:
jxxghp
2025-05-02 20:50:31 +08:00
parent 9df70e5485
commit 2f963ba7ab

View File

@@ -346,7 +346,7 @@ onUnmounted(() => {
}
.search-title {
font-size: 1.5rem;
font-size: 1.2rem;
font-weight: 600;
}
@@ -526,7 +526,7 @@ onUnmounted(() => {
}
.search-title {
font-size: 1.5rem;
font-size: 1.2rem;
white-space: nowrap;
}