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>