feat(components): [upload] item add title attribute (#13231)

This commit is contained in:
btea 2023-06-16 15:37:01 +08:00 committed by GitHub
parent 340a9bb32c
commit 123c18fceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,10 @@
<el-icon :class="nsIcon.m('document')">
<Document />
</el-icon>
<span :class="nsUpload.be('list', 'item-file-name')">
<span
:class="nsUpload.be('list', 'item-file-name')"
:title="file.name"
>
{{ file.name }}
</span>
</a>