guoxiaohuan 4 년 전
부모
커밋
4a92e37c35
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      src/components/Rotation/src/rotation.vue

+ 6 - 6
src/components/Rotation/src/rotation.vue

@@ -77,14 +77,14 @@ export default {
     .rotationCon {
         height: 100%;
         width: 100%;
-        // display: flex;
+        display: flex;
     }
     img {
-        // max-width: 100%;
-        // max-height: 100%;
-        // display: block;
-        // margin: auto;
-        min-width: 100%;
+        max-width: 100%;
+        max-height: 100%;
+        display: block;
+        margin: auto;
+        // min-width: 100%;
     }
 }
 .rotationFullYlt {