Compare commits

..

2 Commits

Author SHA1 Message Date
zoujiandong
b06c3f6fe1 行高 2025-03-11 17:27:59 +08:00
zoujiandong
daf55dd296 标题 2025-03-11 17:25:17 +08:00
2 changed files with 2 additions and 0 deletions

View File

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

View File

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