mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 03:38:54 +01:00
docs(timeline): improve responsive
This commit is contained in:
@@ -29,6 +29,6 @@ const items: TimelineItem[] = [{
|
|||||||
:items="items"
|
:items="items"
|
||||||
:ui="{ item: 'even:flex-row-reverse even:-translate-x-[calc(100%-2rem)] even:text-right' }"
|
:ui="{ item: 'even:flex-row-reverse even:-translate-x-[calc(100%-2rem)] even:text-right' }"
|
||||||
:default-value="2"
|
:default-value="2"
|
||||||
class="w-full translate-x-[calc(50%-2rem)]"
|
class="translate-x-[calc(50%-1rem)]"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -169,6 +169,7 @@ props:
|
|||||||
description: 'QA testing and performance optimization.'
|
description: 'QA testing and performance optimization.'
|
||||||
icon: 'i-lucide-check-circle'
|
icon: 'i-lucide-check-circle'
|
||||||
class: 'w-full'
|
class: 'w-full'
|
||||||
|
class: 'overflow-x-auto'
|
||||||
---
|
---
|
||||||
::
|
::
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user