修改细节

This commit is contained in:
clay
2022-06-07 22:37:45 +08:00
parent 3a3c657251
commit 25e94c1117
66 changed files with 202 additions and 1438 deletions

View File

@@ -86,8 +86,8 @@
<span> > </span>
<!--<span style="color: #1956BC;font-size: 1.4rem">-->
<!--<router-link to="">-->
<span v-if="$i18n.locale === 'cn'">{{ crumbs.one.title }}</span>
<span v-if="$i18n.locale === 'en'">{{ crumbs.one.englishTitle }}</span>
<span v-if="$i18n.locale === 'cn'">{{ crumbs.one.title }}</span>
<span v-if="$i18n.locale === 'en'">{{ crumbs.one.englishTitle }}</span>
<!--</router-link>-->
<!--</span>-->
<span> > </span>
@@ -124,7 +124,7 @@
<!--<router-link to="">-->
<span v-if="$i18n.locale === 'cn'">{{ crumbs.one.title }}</span>
<span v-if="$i18n.locale === 'en'">{{ crumbs.one.englishTitle }}</span>
<!--</router-link>-->
<!--</router-link>-->
</span>
<!--<span> > </span>-->
<!-- <span v-if="$i18n.locale === 'cn'">{{ crumbs.two.title }}</span>-->
@@ -250,7 +250,7 @@ export default {
/**
* 获得面包屑导航
*/
getCrumbs(){
getCrumbs() {
crumbs(this.secondId).then(res => {
this.crumbs = res.data
})
@@ -373,7 +373,7 @@ export default {
//if (index != this.showIndex) {
this.showIndex = index
this.type = nav.type
this.$router.push("/pc/" + this.secondId + "/" + nav.encodeId+"?lang="+sessionStorage.getItem("lang"));
this.$router.push("/pc/" + this.secondId + "/" + nav.encodeId + "?lang=" + sessionStorage.getItem("lang"));
//this.getContent(nav)
//}
}
@@ -385,13 +385,16 @@ export default {
.content {
background-color: #F8F8F8 !important;
}
.english{
.english {
margin: 0 !important;
width: 80% !important;
.lab{
.lab {
width: 100% !important;
}
.lab_list{
.lab_list {
width: 100% !important;
}
}