|
@@ -69,7 +69,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="bottom-com" :style="`width:${catalogRootW}px;`">
|
|
|
+
|
|
|
+ <div class="bottom-com" :style="`width:${catalogRootW>1150 ?'100%':catalogRootW+'px' };`">
|
|
|
<div v-if="info.navigationTrees.length > 1" :style="`width:${catalogRootW}px;`" class="root-group-list swiper-container" ref="root-group">
|
|
|
<div class="swiper-wrapper root-group-wrapper">
|
|
|
<div
|
|
@@ -191,7 +192,6 @@ export default {
|
|
|
},
|
|
|
catalogRootW() {
|
|
|
// return this.info.navigationTrees.length * (this.swidth["swcatalogRoot"] + 10);
|
|
|
-
|
|
|
return this.info.navigationTrees.length * (this.swidth["swcatalogRoot"] + 10);
|
|
|
},
|
|
|
rootTabIndex() {
|