优化上传组件,修复一处bug

This commit is contained in:
2020-04-10 21:29:41 +08:00
parent a5a9c12ad0
commit 4e4aad4f93
8 changed files with 17 additions and 14 deletions

View File

@@ -4,4 +4,5 @@
.img-list .item .thumb img{width: 100%;}
.img-list .item .thumb .close{position: absolute; right: 5px; top: 5px; opacity: 1; width: 20px; height: 20px; font-size: 10px; text-align: center; line-height: 20px; color: #ffffff; border-radius: 50%; background: #333333;}
.file-list{padding: 10px 0; display: flex; flex-direction: column;}
.file-list .attach{line-height: 35px; border-bottom: 1px dotted #333333; cursor: pointer;}
.file-list .attach{line-height: 35px; border-bottom: 1px dotted #333333; cursor: pointer; display: flex; justify-content: flex-start;}
.file-list .attach .close{line-height: 35px; margin-right: 10px;}