날짜 스타일변경경
This commit is contained in:
parent
9548025afd
commit
fb5a0d6363
@ -11,7 +11,7 @@
|
||||
<li class="d-flex mb-1" v-for="item in voteList" :key="item.LOCVOTSEQ">
|
||||
<div class="d-flex w-100 flex-wrap align-items-center justify-content-between gap-2">
|
||||
<div class="me-2 mb-3">
|
||||
<small class="card-subtitle">{{ item.localVote.formatted_LOCVOTRDT }}</small>
|
||||
<div class="text-muted small">{{ item.localVote.formatted_LOCVOTRDT }}</div>
|
||||
<div class="d-flex flex-wrap align-items-center">
|
||||
<div class="avatar flex-shrink-0 me-1">
|
||||
<img
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
<h6 class="my-50 d-flex align-items-center">
|
||||
{{ truncateTitle(item.WRDDICTTL) }}
|
||||
</h6>
|
||||
<p class="text-body mb-0"><small>{{$common.dateFormatter(item.lastEditor.updatedAt)}}</small></p>
|
||||
<div class="text-muted small">{{$common.dateFormatter(item.lastEditor.updatedAt)}}</div>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user