Parcourir la source

rotation img width 90% --> 100%

yunxing il y a 4 ans
Parent
commit
02699c1f8e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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%;
        
     }
 }