更新前端ui
This commit is contained in:
parent
73b38edbfe
commit
85ef0e2af3
|
@ -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"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue