no message

This commit is contained in:
A1300399510 2024-12-10 15:03:28 +08:00
parent dcd968f4fe
commit 20cf461fe8
2 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,7 @@
.body .item .thead .top .school { .body .item .thead .top .school {
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
display: flex;
} }
.body .item .thead .top .school .icon { .body .item .thead .top .school .icon {
height: 18px; height: 18px;

View File

@ -91,6 +91,7 @@
} }
font-size: 14px; font-size: 14px;
color: rgb(51, 51, 51); color: rgb(51, 51, 51);
display: flex;
} }
} }