Преглед изворни кода

rotation img width 90% --> 100%

yunxing пре 4 година
родитељ
комит
02699c1f8e
1 измењених фајлова са 1 додато и 1 уклоњено
  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%;
        
     }
 }