This commit is contained in:
dap
2024-12-08 11:04:04 +08:00
21 changed files with 204 additions and 129 deletions

View File

@@ -7,10 +7,7 @@ const props = defineProps<{ class?: any }>();
<template>
<div
:class="
cn(
'flex flex-col-reverse sm:flex-row sm:justify-end sm:gap-x-2',
props.class,
)
cn('flex flex-row flex-col-reverse justify-end gap-x-2', props.class)
"
>
<slot></slot>

View File

@@ -7,10 +7,7 @@ const props = defineProps<{ class?: any }>();
<template>
<div
:class="
cn(
'flex flex-col-reverse sm:flex-row sm:justify-end sm:gap-x-2',
props.class,
)
cn('flex flex-row flex-col-reverse justify-end gap-x-2', props.class)
"
>
<slot></slot>