Browse Source

rotate img 90% --> 100%

yunxing 4 năm trước cách đây
mục cha
commit
b858fd6a9b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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%;
        
     }
 }