mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-27 03:09:45 +08:00
调整 resource.vue 中搜索标题的字体大小,从 1.5rem 修改为 1.2rem,以改善界面一致性
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user