src/components/imgScale/index.scss
@@ -53,8 +53,8 @@ vertical-align: middle; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); // cursor: -webkit-grab; // cursor: grab; cursor: -webkit-grab; cursor: grab; -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;