This commit is contained in:
zoujiandong 2025-03-11 17:27:59 +08:00
parent daf55dd296
commit b06c3f6fe1
2 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,7 @@ const changeCheck = (val) => {
margin-bottom: 15px; margin-bottom: 15px;
.title { .title {
font-weight: bold; font-weight: bold;
line-height: 20px; line-height: 22px;
font-size: 16px; font-size: 16px;
color: #333333; color: #333333;
} }

View File

@ -77,7 +77,7 @@ const props = defineProps({
.title { .title {
font-weight: bold; font-weight: bold;
line-height: 20px; line-height: 22px;
font-size: 16px; font-size: 16px;
color: #333333; color: #333333;
} }