更新前端ui

This commit is contained in:
Himit_ZH 2021-07-07 19:33:46 +08:00
parent 73b38edbfe
commit 85ef0e2af3
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@
field="totalScore" field="totalScore"
:title="$t('m.Total_Score')" :title="$t('m.Total_Score')"
fixed="left" fixed="left"
min-width="80" min-width="100"
> >
<template v-slot="{ row }"> <template v-slot="{ row }">
<span <span
@ -104,7 +104,7 @@
</template> </template>
</vxe-table-column> </vxe-table-column>
<vxe-table-column <vxe-table-column
min-width="70" min-width="100"
v-for="problem in contestProblems" v-for="problem in contestProblems"
:key="problem.displayId" :key="problem.displayId"
> >