BUG 28140
This commit is contained in:
@@ -180,8 +180,11 @@ export default {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
|
width: 30vw;
|
||||||
|
height: 30vw;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0 2pt 2pt 0;
|
padding: 0 2pt 2pt 0;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
.delBtn {
|
.delBtn {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -192,12 +195,11 @@ export default {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
image {
|
||||||
image {
|
width: inherit;
|
||||||
width: 30vw;
|
height: inherit;
|
||||||
height: 30vw;
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user