This commit is contained in:
A1300399510
2023-08-08 18:32:26 +08:00
parent 8cea7d4670
commit 4fd8aba574

View File

@@ -2196,14 +2196,18 @@ 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);
}
} }
&.pitch { &.pitch {
.media-cover-bnt { .media-cover-bnt {