mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 10:20:42 +01:00
@@ -40,7 +40,7 @@ onMounted(() => {
|
|||||||
<RadioExample />
|
<RadioExample />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div :ref="(el) => (refs[4] = el)" class="col-span-2 animate-left z-[50]">
|
<div :ref="(el) => (refs[4] = el)" class="col-span-2 animate-left z-10">
|
||||||
<DropdownExampleBasic :popper="{ placement: 'bottom-start', strategy: 'absolute' }" />
|
<DropdownExampleBasic :popper="{ placement: 'bottom-start', strategy: 'absolute' }" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -114,7 +114,7 @@ onMounted(() => {
|
|||||||
</UCard>
|
</UCard>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div :ref="(el) => (refs[7] = el)" class="col-span-2 row-span-2 gap-6 flex flex-col animate-right ">
|
<div :ref="(el) => (refs[7] = el)" class="col-span-2 row-span-2 gap-6 flex flex-col animate-right z-10">
|
||||||
<CheckboxExample />
|
<CheckboxExample />
|
||||||
|
|
||||||
<InputExampleClearable />
|
<InputExampleClearable />
|
||||||
|
|||||||
Reference in New Issue
Block a user