날짜 스타일변경경

This commit is contained in:
khj0414 2025-04-03 11:03:27 +09:00
parent 9548025afd
commit fb5a0d6363
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>