이벤트 폰트 크기 변경
This commit is contained in:
parent
08331b7b58
commit
3be8560654
@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<div class="ps-2">
|
||||
<span class="d-flex align-items-center g-2 font_767"><i class="bx bx-map pe-1"></i>{{ place }}</span>
|
||||
<div class="ps-2" style="font-size: 13px">
|
||||
<span class="d-flex align-items-center g-2 font_767"><i class="bx bxs-map pe-1"></i>{{ place }}</span>
|
||||
<span class="d-flex align-items-center g-2 font_767"
|
||||
><i class="bx bx-time-five pe-1"></i>{{ $common.dateFormatter(time, 'T') }}</span
|
||||
><i class="bx bxs-time-five pe-1"></i>{{ $common.dateFormatter(time, 'T') }}</span
|
||||
>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user