BUG 28140
This commit is contained in:
@@ -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;
|
||||
image {
|
||||
width: inherit;
|
||||
height: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user