no message

This commit is contained in:
A1300399510 2024-12-16 18:00:06 +08:00
parent 82cbe38a8c
commit 563682f63c
2 changed files with 6 additions and 0 deletions

View File

@ -579,6 +579,9 @@
color: #555555; color: #555555;
margin-top: 14px; margin-top: 14px;
} }
.content .details-box .application-schedule .list .time .item .login-show {
line-height: 23px;
}
.content .details-box .application-schedule .application-else { .content .details-box .application-schedule .application-else {
background-color: #f6f6f6; background-color: #f6f6f6;
border-radius: 6px; border-radius: 6px;

View File

@ -648,6 +648,9 @@
color: #555555; color: #555555;
margin-top: 14px; margin-top: 14px;
} }
.login-show {
line-height: 23px;
}
} }
} }
} }