字体修改

This commit is contained in:
huangchenhao 2025-12-22 17:23:15 +08:00
parent 761696bea2
commit 7c5ff14a09

View File

@ -595,7 +595,7 @@ const handleDeletePlan = (id) => {
label { label {
width: vw(100); width: vw(100);
font-size: fs(14); font-size: 14px;
font-family: SourceHanSansCN-Regular, sans-serif; font-family: SourceHanSansCN-Regular, sans-serif;
color: var(--text-gray); color: var(--text-gray);
white-space: nowrap; white-space: nowrap;
@ -853,7 +853,7 @@ const handleDeletePlan = (id) => {
} }
.plan-name { .plan-name {
font-size: fs(15); font-size: 12px;
font-family: SourceHanSansCN-Bold, sans-serif; font-family: SourceHanSansCN-Bold, sans-serif;
font-weight: bold; font-weight: bold;
color: var(--text-white); color: var(--text-white);