ソースを参照

rotate img 90% --> 100%

yunxing 4 年 前
コミット
b858fd6a9b
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%;
        
     }
 }