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 {