guoxiaohuan 4 년 전
부모
커밋
43a26868f6
2개의 변경된 파일13개의 추가작업 그리고 9개의 파일을 삭제
  1. 4 4
      public/systemConf.js
  2. 9 5
      src/components/Rotation/src/rotation.vue

+ 4 - 4
public/systemConf.js

@@ -24,11 +24,11 @@ var __systemConf = {
     systemCode: 'wandaBmGuide',
     conf: {
         // 阿里云
-        // editerUrl: 'http://60.205.177.43:80/wandaEditer/', // 编辑器地址
-        // wandaBmGuideUrl: 'http://60.205.177.43:80/wandaBmGuide/', //管理书地址
+        editerUrl: 'http://60.205.177.43:80/wandaEditer/', // 编辑器地址
+        wandaBmGuideUrl: 'http://60.205.177.43:80/wandaBmGuide/', //管理书地址
         // http://glsms.wanda-dev.cn/ 测试服
-        editerUrl: 'http://glsms.wanda-dev.cn/wandaEditer/', // 编辑器地址
-        wandaBmGuideUrl: 'http://glsms.wanda-dev.cn/wandaBmGuide/', //管理书地址
+        // editerUrl: 'http://glsms.wanda-dev.cn/wandaEditer/', // 编辑器地址
+        // wandaBmGuideUrl: 'http://glsms.wanda-dev.cn/wandaBmGuide/', //管理书地址
     },
 }
 window.__systemConf = __systemConf

+ 9 - 5
src/components/Rotation/src/rotation.vue

@@ -41,13 +41,17 @@ export default {
     align-items: center;
     .rotationCon {
         height: 100%;
-        display: flex;
+        width: 100%;
+        // display: flex;
     }
     img {
-        max-width: 100%;
-        max-height: 100%;
-        display: block;
-        margin: auto;
+        // max-width: 100%;
+        // max-height: 100%;
+        // display: block;
+        // margin: auto;
+        width: 100%;
+        height: 100%;
+        object-fit: fill;
     }
 }
 </style>