Explorar o código

rotate img 90% --> 100%

yunxing %!s(int64=4) %!d(string=hai) anos
pai
achega
b858fd6a9b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/Rotation/src/rotation.vue

+ 1 - 1
src/components/Rotation/src/rotation.vue

@@ -40,7 +40,7 @@ export default {
         height: 100%;
     }
     img {
-        width: 90%;
+        width: 100%;
        
     }
 }