perf(events): update styles
This commit is contained in:
parent
e602763745
commit
532769066b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user