fix: [流程查询] 字体大小更改

This commit is contained in:
yehuangf 2025-12-29 15:48:05 +08:00
parent d8a0731f07
commit 741a7eb607
2 changed files with 4 additions and 4 deletions

View File

@ -845,12 +845,12 @@ export default {
.info-grid { .info-grid {
.label { .label {
font-size: 15px; font-size: 16px;
color: #909399; color: #909399;
} }
.value { .value {
font-size: 15px; font-size: 16px;
color: #303133; color: #303133;
font-weight: 500; font-weight: 500;
} }

View File

@ -942,12 +942,12 @@ export default {
.info-grid { .info-grid {
.label { .label {
font-size: 15px; font-size: 16px;
color: #909399; color: #909399;
} }
.value { .value {
font-size: 15px; font-size: 16px;
color: #303133; color: #303133;
font-weight: 500; font-weight: 500;
} }