guoxiaohuan 4 years ago
parent
commit
4a92e37c35
1 changed files with 6 additions and 6 deletions
  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 {