diff --git a/src/views/base/staff/index.vue b/src/views/base/staff/index.vue index b9e3861..95e1b51 100644 --- a/src/views/base/staff/index.vue +++ b/src/views/base/staff/index.vue @@ -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; }