@@ -434,7 +434,6 @@
background: bgColorList[activeIndex].contentInnerBg,
borderColor: bgColorList[activeIndex].glossaryBg,
}"
- v-if="articleInfo.en_flag"
>
<menu-right
:colorObj="bgColorList[activeIndex]"
@@ -349,7 +349,7 @@
<div
class="cn-content"
v-html="articleInfo.art_content"
- :style="{ color: colorObj.contentColor }"
+ :style="{ color: colorObj.contentColor, fontSize: wordFontsize + 'px' }"
></div>
</template>
<!-- <img src="../../../assets/article-img.png" style="max-width:100%;margin:24px 0;" /> -->
@@ -23,7 +23,7 @@
<div class="filt-box">
<div class="filt-inner">
<el-breadcrumb separator="/">
- <el-breadcrumb-item :to="{ path: '/' }">{{
+ <el-breadcrumb-item :to="{ path: '/bookStore' }">{{
this.$route.query.from ? "精读课堂" : "商城"
}}</el-breadcrumb-item>
<el-breadcrumb-item>{{ nameTypeCn }}</el-breadcrumb-item>