no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-26 14:15:39 +08:00
parent c4888b735a
commit 5ada689b6f
2 changed files with 8 additions and 5 deletions

View File

@ -443,13 +443,15 @@
font-size: 16px;
color: #000000;
margin-bottom: 12px;
position: relative;
}
.content .details-box .file .file-list .file-item .name .icon {
position: absolute;
top: 21px;
left: 12px;
top: 50%;
left: -20px;
width: 8px;
height: 8px;
transform: translateY(-50%);
}
.content .details-box .file .file-list .file-item .name .tag {
width: 46px;

View File

@ -510,13 +510,14 @@
font-size: 16px;
color: #000000;
margin-bottom: 12px;
position: relative;
.icon {
position: absolute;
top: 21px;
left: 12px;
top: 50%;
left: -20px;
width: 8px;
height: 8px;
transform: translateY(-50%);
}
.tag {