fix: 时间样式调整

This commit is contained in:
wenyann 2020-08-13 10:18:49 +08:00
parent 9e22233616
commit c3280f955d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<el-row type="flex" justify="center" align="middle">
<el-row>
<div class="metric-time">
<div class="value" style="margin-right: 10px">{{time}}</div>
<div class="value" style="margin-right: 50px">{{time}}</div>
</div>
</el-row>