Merge pull request 'clay commit :' (#31) from clay into master

Reviewed-on: http://git.hchyun.com/feashow/sist_web/pulls/31
This commit is contained in:
clay
2022-10-06 13:47:45 +00:00
3 changed files with 8 additions and 8 deletions

View File

@@ -289,7 +289,7 @@ export default {
}
.query {
//margin: 1rem 0;
z-index: 999;
z-index: 50;
width: 30%;
position: absolute;
right: 3rem;

View File

@@ -81,16 +81,16 @@
<el-row>
<el-col>
<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 style="color: #1956BC;">
<span>
<!--<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>-->
</span>
<span> > </span>
<span style="color: #1956BC;">
<span>
<span v-if="$i18n.locale === 'cn'">{{ crumbs.two.title }}</span>
<span v-if="$i18n.locale === 'en'">{{ crumbs.two.englishTitle }}</span>
</span>
@@ -119,16 +119,16 @@
<el-row>
<el-col>
<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 style="color: #1956BC;">
<span>
<!--<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>-->
</span>
<span> > </span>
<span style="color: #1956BC;">
<span>
<!--<router-link to="">-->
<span v-if="$i18n.locale === 'cn'">{{ crumbs.two.title }}</span>
<span v-if="$i18n.locale === 'en'">{{ crumbs.two.englishTitle }}</span>

View File

@@ -90,7 +90,7 @@ export default {
getArticleList({
navId: "1yaM_T4qiBsFULvLXHbMflQ",
pageNum: 1,
pageSize: 4
pageSize: 5
}).then(res => {
this.graduateData = res.rows;
});