Skip to content

Commit a740f7a

Browse files
committed
修复了字体样式问题
1 parent ee48c71 commit a740f7a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

client/src/views/ChangeLogView.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,12 +295,14 @@ onMounted(() => {
295295
.title {
296296
font-size: 24px;
297297
font-weight: 600;
298+
color: #2c3e50;
298299
}
299300
300301
.page-title {
301302
font-size: 32px;
302303
font-weight: 600;
303304
margin-bottom: 16px;
305+
color: #2c3e50;
304306
}
305307
306308
.tabs {

client/src/views/HomeView.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,13 +1452,15 @@ const disposeMetricsCharts = () => {
14521452
.title {
14531453
font-size: 24px;
14541454
font-weight: 600;
1455+
color: #2c3e50;
14551456
}
14561457
14571458
.subtitle {
14581459
text-align: center;
14591460
font-size: 18px;
14601461
font-weight: 500;
14611462
margin-bottom: 12px;
1463+
color: #2c3e50;
14621464
}
14631465
14641466
.topology-card {

0 commit comments

Comments
 (0)