no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-26 11:45:47 +08:00
parent 913e91c2b0
commit 58b9133922
2 changed files with 13 additions and 0 deletions

View File

@ -423,11 +423,17 @@
.content .details-box .file {
margin-bottom: 40px;
}
.content .details-box .file .file-box {
display: flex;
width: 670px;
overflow: hidden;
}
.content .details-box .file .file-list {
padding-top: 20px;
padding-left: 38px;
padding-right: 20px;
padding-bottom: 31px;
width: 670px;
}
.content .details-box .file .file-list .file-item:not(:last-of-type) {
margin-bottom: 27px;

View File

@ -486,11 +486,18 @@
.file {
margin-bottom: 40px;
.file-box {
display: flex;
width: 670px;
overflow: hidden;
}
.file-list {
padding-top: 20px;
padding-left: 38px;
padding-right: 20px;
padding-bottom: 31px;
width: 670px;
.file-item {
&:not(:last-of-type) {
margin-bottom: 27px;