File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
frontend/src/pages/oj/views Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 2828 head-variant =" light"
2929 @row-clicked =" goContestProblem"
3030 >
31+ <template #cell (title)="data">
32+ {{data.value}}
33+ <b-icon
34+ icon =" check2-circle"
35+ style =" color : #8DC63F ;"
36+ font-scale =" 1.2"
37+ v-if =" data.item.my_status===0" ></b-icon >
38+ </template >
3139 </b-table >
3240 </div >
3341 <div class =" pagination" >
Original file line number Diff line number Diff line change 171171 <h2 >Hint</h2 >
172172 <p v-dompurify-html =" problem.hint" ></p >
173173 </div >
174+ <b-table
175+ :items =" [{time_limit:problem.time_limit + ' ms', memory_limit:problem.memory_limit + ' MB'}]"
176+ :fields =" ['time_limit', 'memory_limit']"
177+ class =" text-light"
178+ >
179+ </b-table >
174180 </b-col >
175181 <b-col id =" console" cols =" 7" >
176182 <b-row id =" editor" >
You can’t perform that action at this time.
0 commit comments