Merge pull request #74 from ctuu/dev

排名页显示修复 & 翻译修正
This commit is contained in:
LiYang 2020-07-09 08:45:24 +08:00 committed by GitHub
commit eba0ef494c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 4 deletions

View File

@ -233,7 +233,7 @@ export const m = {
UnShare: 'UnShare',
Succeeded: 'Succeeded',
Real_Time: 'Real Time',
Singal: 'Singal',
Signal: 'Signal',
// SubmissionList.vue
When: 'When',
ID: 'ID',

View File

@ -233,7 +233,7 @@ export const m = {
UnShare: '不分享',
Succeeded: '成功',
Real_Time: '真实时间',
Singal: '单身',
Signal: '信号',
// SubmissionList.vue
When: '时间',
ID: 'ID',

View File

@ -207,6 +207,7 @@
.flex-container {
#contest-main {
flex: 1 1;
width: 0;
#contest-desc {
flex: auto;
}

View File

@ -35,7 +35,7 @@
<div v-show="showChart" class="echarts">
<ECharts :options="options" ref="chart" auto-resize></ECharts>
</div>
<Table ref="tableRank" :columns="columns" :data="dataRank" disabled-hover width="1600" height="600"></Table>
<Table ref="tableRank" :columns="columns" :data="dataRank" disabled-hover height="600"></Table>
<Pagination :total="total"
:page-size.sync="limit"
:current.sync="page"

View File

@ -133,7 +133,7 @@
}
},
{
title: this.$i18n.t('m.Singal'),
title: this.$i18n.t('m.Signal'),
align: 'center',
key: 'signal'
}