no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-26 18:47:12 +08:00
parent 49dd659b1e
commit c9849c513b
2 changed files with 3 additions and 4 deletions

View File

@ -421,6 +421,7 @@
}
.content .details-box .file {
margin-bottom: 40px;
padding-bottom: 24px;
}
.content .details-box .file .file-box {
display: flex;
@ -473,9 +474,6 @@
font-size: 14px;
color: #555555;
}
.content .details-box .file .indicate {
margin-bottom: 24px;
}
.content .details-box .apply-btn {
position: relative;
z-index: 1;

View File

@ -486,6 +486,7 @@
.file {
margin-bottom: 40px;
padding-bottom: 24px;
.file-box {
display: flex;
width: 670px;
@ -546,7 +547,7 @@
}
}
.indicate {
margin-bottom: 24px;
// margin-bottom: 24px;
}
}