perf(events): update styles

This commit is contained in:
thehrz 2023-07-24 08:33:16 +08:00
parent e602763745
commit 532769066b
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

@ -8,15 +8,15 @@ const events = _events as Event[]
<template>
<h1>事件</h1>
<v-timeline side="end">
<v-timeline align="center">
<v-timeline-item
v-for="event, i in events"
:key="i"
size="small"
>
<template #opposite>
<div
class="pt-1 text-#18a86b"
<time
class="pt-1 text-#18a86b font-bold text-5"
v-text="event.time"
/>
</template>