[O] Make days from now font smaller
This commit is contained in:
@@ -8,6 +8,16 @@
|
|||||||
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
|
// Date
|
||||||
|
.el-col.date
|
||||||
|
{
|
||||||
|
span.now
|
||||||
|
{
|
||||||
|
font-size: 11px;
|
||||||
|
color: #aaa;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.el-col.description
|
.el-col.description
|
||||||
{
|
{
|
||||||
span.type
|
span.type
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<el-row class="unread-row">
|
<el-row class="unread-row">
|
||||||
<el-col :span="2" class="date">
|
<el-col :span="2" class="date">
|
||||||
<span class="month">{{getMoment(assignment.date).format("MMM Do")}}</span>
|
<span class="month">{{getMoment(assignment.date).format("MMM Do")}}</span>
|
||||||
<span class="now">{{getMoment(assignment.date).fromNow()}}</span>
|
<span class="now">({{getMoment(assignment.date).fromNow()}})</span>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="16" class="description">
|
<el-col :span="16" class="description">
|
||||||
<span class="type entry-box">{{assignment.type}}</span>
|
<span class="type entry-box">{{assignment.type}}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user