修改行高

This commit is contained in:
huangchenhao 2025-12-22 17:30:43 +08:00
parent 7c5ff14a09
commit 0c72258415

View File

@ -529,6 +529,7 @@ const handleDeletePlan = (id) => {
.section-title {
font-size: 14px;
line-height: 20px;
font-family: SourceHanSansCN-Bold, sans-serif;
font-weight: bold;
color: var(--text-white);
@ -596,6 +597,7 @@ const handleDeletePlan = (id) => {
label {
width: vw(100);
font-size: 14px;
line-height: 20px;
font-family: SourceHanSansCN-Regular, sans-serif;
color: var(--text-gray);
white-space: nowrap;
@ -705,6 +707,7 @@ const handleDeletePlan = (id) => {
color: #fff !important;
opacity: 1 !important;
font-size: 12px;
line-height: 17px;
}
// placeholder placeholder
@ -756,7 +759,8 @@ const handleDeletePlan = (id) => {
.step-label {
width: vw(100);
font-size: fs(14);
font-size: 14px;
line-height: 20px;
font-family: SourceHanSansCN-Regular, sans-serif;
color: var(--text-gray);
white-space: nowrap;
@ -854,6 +858,7 @@ const handleDeletePlan = (id) => {
.plan-name {
font-size: 12px;
line-height: 18px;
font-family: SourceHanSansCN-Bold, sans-serif;
font-weight: bold;
color: var(--text-white);
@ -889,6 +894,7 @@ const handleDeletePlan = (id) => {
.resource-value {
font-size: 12px;
line-height: 17px;
font-family: SourceHanSansCN-Medium, sans-serif;
font-weight: 500;
color: #4FECFF;