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