修改
This commit is contained in:
@@ -2196,11 +2196,15 @@ export default {
|
|||||||
&:not(:nth-last-child(-n+5)) {
|
&:not(:nth-last-child(-n+5)) {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
transition: transform 0.3s;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
||||||
.media-add-icon {
|
.media-add-icon {
|
||||||
transform: scale(1.1);
|
width: 20px;
|
||||||
transition: all 0.3s;
|
height: 20px;
|
||||||
|
// transform: scale(1.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user