perf(event): update styles

This commit is contained in:
thehrz 2023-07-25 19:20:39 +08:00
parent 532769066b
commit 566fdda3f3
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

@ -8,7 +8,7 @@ const events = _events as Event[]
<template>
<h1>事件</h1>
<v-timeline align="center">
<v-timeline side="end">
<v-timeline-item
v-for="event, i in events"
:key="i"
@ -28,5 +28,3 @@ const events = _events as Event[]
</v-timeline-item>
</v-timeline>
</template>
<style scoped></style>