fix: crop wrong style

This commit is contained in:
ShawnPhang 2023-09-03 23:01:58 +08:00
parent 8bf4bc03ad
commit 7f294b58a3

View File

@ -310,7 +310,7 @@ export default {
opacity: 0.2; opacity: 0.2;
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: contain; // object-fit: contain;
} }
.drop { .drop {
&__mask { &__mask {