优化上传组件,修复一处bug
This commit is contained in:
@@ -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;}
|
||||
Reference in New Issue
Block a user