[O] Make the two graphs the same width

This commit is contained in:
Hykilpikonna
2019-09-29 17:20:07 -04:00
parent 5c9e67478f
commit d8f276005d
+2 -2
View File
@@ -13,12 +13,12 @@
</div>
</el-card>
</el-col>
<el-col :span="16">
<el-col :span="10">
<el-card>
<graph-overall :courses="courses"></graph-overall>
</el-card>
</el-col>
<el-col :span="4">
<el-col :span="10">
<el-card style="margin-right: 20px">
<graph-average :courses="courses"></graph-average>
</el-card>