mirror of
https://github.com/QingdaoU/OnlineJudgeFE.git
synced 2024-12-28 23:41:47 +00:00
commit
eba0ef494c
@ -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',
|
||||||
|
@ -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',
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
|
@ -133,7 +133,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$i18n.t('m.Singal'),
|
title: this.$i18n.t('m.Signal'),
|
||||||
align: 'center',
|
align: 'center',
|
||||||
key: 'signal'
|
key: 'signal'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user