perf(events): update styles
This commit is contained in:
parent
e602763745
commit
532769066b
@ -8,15 +8,15 @@ const events = _events as Event[]
|
|||||||
<template>
|
<template>
|
||||||
<h1>事件</h1>
|
<h1>事件</h1>
|
||||||
|
|
||||||
<v-timeline side="end">
|
<v-timeline align="center">
|
||||||
<v-timeline-item
|
<v-timeline-item
|
||||||
v-for="event, i in events"
|
v-for="event, i in events"
|
||||||
:key="i"
|
:key="i"
|
||||||
size="small"
|
size="small"
|
||||||
>
|
>
|
||||||
<template #opposite>
|
<template #opposite>
|
||||||
<div
|
<time
|
||||||
class="pt-1 text-#18a86b"
|
class="pt-1 text-#18a86b font-bold text-5"
|
||||||
v-text="event.time"
|
v-text="event.time"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user