perf(event): update styles
This commit is contained in:
parent
532769066b
commit
566fdda3f3
@ -8,7 +8,7 @@ const events = _events as Event[]
|
|||||||
<template>
|
<template>
|
||||||
<h1>事件</h1>
|
<h1>事件</h1>
|
||||||
|
|
||||||
<v-timeline align="center">
|
<v-timeline side="end">
|
||||||
<v-timeline-item
|
<v-timeline-item
|
||||||
v-for="event, i in events"
|
v-for="event, i in events"
|
||||||
:key="i"
|
:key="i"
|
||||||
@ -28,5 +28,3 @@ const events = _events as Event[]
|
|||||||
</v-timeline-item>
|
</v-timeline-item>
|
||||||
</v-timeline>
|
</v-timeline>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped></style>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user