@@ -18,6 +18,9 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
|
|
||||||
<el-col :span="6" class="grade">
|
<el-col :span="6" class="grade">
|
||||||
|
<span v-if="assignment.problem" class="status entry-box" :style="{color: assignment.problemColor}">
|
||||||
|
{{assignment.problem}}
|
||||||
|
</span>
|
||||||
<span class="percent entry-box">
|
<span class="percent entry-box">
|
||||||
{{(assignment.score / assignment.scoreMax * 100).toFixed(1)}}
|
{{(assignment.score / assignment.scoreMax * 100).toFixed(1)}}
|
||||||
<span class="symbol">%</span>
|
<span class="symbol">%</span>
|
||||||
|
|||||||
@@ -21,7 +21,6 @@
|
|||||||
#top
|
#top
|
||||||
{
|
{
|
||||||
padding: 40vh 0;
|
padding: 40vh 0;
|
||||||
background-image: url("../assets/info/background-min.jpg");
|
|
||||||
|
|
||||||
// Center and scale the image nicely
|
// Center and scale the image nicely
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user