BUG 28140

This commit is contained in:
aixianling
2022-03-08 17:29:08 +08:00
parent 47407454ab
commit d01920d015

View File

@@ -180,8 +180,11 @@ export default {
flex-wrap: wrap;
.item {
width: 30vw;
height: 30vw;
position: relative;
margin: 0 2pt 2pt 0;
padding: 0 2pt 2pt 0;
box-sizing: border-box;
.delBtn {
position: absolute;
@@ -192,12 +195,11 @@ export default {
overflow: hidden;
background-color: #fff;
}
}
image {
width: 30vw;
height: 30vw;
width: inherit;
height: inherit;
}
}
}