人员证书省略号

This commit is contained in:
jjLv 2024-08-30 10:37:09 +08:00
parent 97036778f1
commit 1085a827de
1 changed files with 7 additions and 3 deletions

View File

@ -1175,11 +1175,15 @@
// border-radius: 4px;
}
.file-name{
width: 90%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
position: absolute;
bottom: -20px;
// margin-top: 8px;
bottom: -10px;
margin-top: 8px;
text-align: center;
font-size: 14px;
font-size: 12px;
color:#333;
z-index: 999999;
}