clay commit :
This commit is contained in:
@@ -289,7 +289,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.query {
|
.query {
|
||||||
//margin: 1rem 0;
|
//margin: 1rem 0;
|
||||||
z-index: 999;
|
z-index: 50;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 3rem;
|
right: 3rem;
|
||||||
|
|||||||
@@ -81,16 +81,16 @@
|
|||||||
<el-row>
|
<el-row>
|
||||||
<el-col>
|
<el-col>
|
||||||
<div class="tab">
|
<div class="tab">
|
||||||
<router-link to="/home">{{ $t('message.home') }}</router-link>
|
<router-link style="color: #1956BC; font-size: 16px;" to="/home">{{ $t('message.home') }}</router-link>
|
||||||
<span> > </span>
|
<span> > </span>
|
||||||
<span style="color: #1956BC;">
|
<span>
|
||||||
<!--<router-link to="">-->
|
<!--<router-link to="">-->
|
||||||
<span v-if="$i18n.locale === 'cn'">{{ crumbs.one.title }}</span>
|
<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 === 'en'">{{ crumbs.one.englishTitle }}</span>
|
||||||
<!--</router-link>-->
|
<!--</router-link>-->
|
||||||
</span>
|
</span>
|
||||||
<span> > </span>
|
<span> > </span>
|
||||||
<span style="color: #1956BC;">
|
<span>
|
||||||
<span v-if="$i18n.locale === 'cn'">{{ crumbs.two.title }}</span>
|
<span v-if="$i18n.locale === 'cn'">{{ crumbs.two.title }}</span>
|
||||||
<span v-if="$i18n.locale === 'en'">{{ crumbs.two.englishTitle }}</span>
|
<span v-if="$i18n.locale === 'en'">{{ crumbs.two.englishTitle }}</span>
|
||||||
</span>
|
</span>
|
||||||
@@ -119,16 +119,16 @@
|
|||||||
<el-row>
|
<el-row>
|
||||||
<el-col>
|
<el-col>
|
||||||
<div class="tab">
|
<div class="tab">
|
||||||
<router-link to="/">{{ $t('message.home') }}</router-link>
|
<router-link style="color: #1956BC; font-size: 16px;" to="/">{{ $t('message.home') }}</router-link>
|
||||||
<span> > </span>
|
<span> > </span>
|
||||||
<span style="color: #1956BC;">
|
<span>
|
||||||
<!--<router-link to="">-->
|
<!--<router-link to="">-->
|
||||||
<span v-if="$i18n.locale === 'cn'">{{ crumbs.one.title }}</span>
|
<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 === 'en'">{{ crumbs.one.englishTitle }}</span>
|
||||||
<!--</router-link>-->
|
<!--</router-link>-->
|
||||||
</span>
|
</span>
|
||||||
<span> > </span>
|
<span> > </span>
|
||||||
<span style="color: #1956BC;">
|
<span>
|
||||||
<!--<router-link to="">-->
|
<!--<router-link to="">-->
|
||||||
<span v-if="$i18n.locale === 'cn'">{{ crumbs.two.title }}</span>
|
<span v-if="$i18n.locale === 'cn'">{{ crumbs.two.title }}</span>
|
||||||
<span v-if="$i18n.locale === 'en'">{{ crumbs.two.englishTitle }}</span>
|
<span v-if="$i18n.locale === 'en'">{{ crumbs.two.englishTitle }}</span>
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ export default {
|
|||||||
getArticleList({
|
getArticleList({
|
||||||
navId: "1yaM_T4qiBsFULvLXHbMflQ",
|
navId: "1yaM_T4qiBsFULvLXHbMflQ",
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 4
|
pageSize: 5
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.graduateData = res.rows;
|
this.graduateData = res.rows;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user