update.
This commit is contained in:
@@ -115,7 +115,7 @@ function type(status: ProblemStatus) {
|
|||||||
|
|
||||||
<div v-for="(sample, index) of samples" :key="index">
|
<div v-for="(sample, index) of samples" :key="index">
|
||||||
<n-space align="center">
|
<n-space align="center">
|
||||||
<p class="title" :style="style">测试样例 {{ index + 1 }}</p>
|
<p class="title" :style="style">例子 {{ index + 1 }}</p>
|
||||||
<n-button
|
<n-button
|
||||||
size="small"
|
size="small"
|
||||||
:type="type(sample.status)"
|
:type="type(sample.status)"
|
||||||
|
|||||||
Reference in New Issue
Block a user