瀏覽代碼

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%;
        
     }
 }