[O] Optimize layout
This commit is contained in:
@@ -2,18 +2,21 @@
|
|||||||
<div id="overall">
|
<div id="overall">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="4">
|
<el-col :span="4">
|
||||||
<el-card :body-style="{ padding: '0px' }">
|
<el-card style="margin-left: 20px">
|
||||||
<div style="padding: 14px;">
|
<div style="padding: 14px;">
|
||||||
<span>GPA: {{getGPA()}}</span>
|
<span class="span-gpa-header">GPA:</span>
|
||||||
<div class="bottom clearfix">
|
<br>
|
||||||
|
<span class="span-gpa">{{getGPA()}}</span>
|
||||||
|
<div class="bottom clearfix gpa-time">
|
||||||
<time class="time">{{ new Date().toDateString() }}</time>
|
<time class="time">{{ new Date().toDateString() }}</time>
|
||||||
<el-button type="text" class="button">操作按钮</el-button>
|
<br>
|
||||||
|
<el-button type="text" class="button">Button</el-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="20">
|
<el-col :span="20">
|
||||||
<el-card :body-style="{ padding: '0px' }">
|
<el-card style="margin-right: 20px">
|
||||||
<p>Your average score graph all time:</p>
|
<p>Your average score graph all time:</p>
|
||||||
<graph-overall :chart="convertCharts"></graph-overall>
|
<graph-overall :chart="convertCharts"></graph-overall>
|
||||||
</el-card>
|
</el-card>
|
||||||
|
|||||||
Reference in New Issue
Block a user