mirror of https://github.com/ElemeFE/element
Upload: crop the success icon when list type is "picture" (#9285)
parent
cbe5b3c0e5
commit
6ce4b313b4
|
@ -384,6 +384,7 @@
|
||||||
@include m(picture) {
|
@include m(picture) {
|
||||||
.el-upload-list__item {
|
.el-upload-list__item {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
z-index: 0;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #c0ccda;
|
border: 1px solid #c0ccda;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
|
Loading…
Reference in New Issue