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', UnShare: 'UnShare',
Succeeded: 'Succeeded', Succeeded: 'Succeeded',
Real_Time: 'Real Time', Real_Time: 'Real Time',
Singal: 'Singal', Signal: 'Signal',
// SubmissionList.vue // SubmissionList.vue
When: 'When', When: 'When',
ID: 'ID', ID: 'ID',

View File

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

View File

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

View File

@ -35,7 +35,7 @@
<div v-show="showChart" class="echarts"> <div v-show="showChart" class="echarts">
<ECharts :options="options" ref="chart" auto-resize></ECharts> <ECharts :options="options" ref="chart" auto-resize></ECharts>
</div> </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" <Pagination :total="total"
:page-size.sync="limit" :page-size.sync="limit"
:current.sync="page" :current.sync="page"

View File

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