gemercheung 2 years ago
parent
commit
bf465802fe

+ 1 - 0
packages/qjkankan-editor/src/framework/play/pano/components/list.vue

@@ -351,6 +351,7 @@ export default {
   .swiper-container {
     width: 100%;
     position: relative;
+    margin:0 auto;
 
     > ul {
       margin: 0 auto;

+ 1 - 1
packages/qjkankan-view/src/components/UIGather/list.vue

@@ -15,7 +15,7 @@
     <div class="top-con">
       <div
         class="swiper-container swiper1"
-        :style="`width:100%`"
+        :style="`width:calc(100% - 20px)`"
         id="swScenes"
         v-if="currentScenesList.length > 0"
       >