feat: 修改样式

This commit is contained in:
2025-08-11 06:32:35 -07:00
parent 0aace63597
commit cc522d0754
7 changed files with 210 additions and 172 deletions
@@ -1,6 +1,14 @@
export default function Empty({ description }: { description?: React.ReactNode }) {
import { cn } from '@workspace/airo-ui/lib/utils';
export default function Empty({
className,
description,
}: {
description?: React.ReactNode;
className?: string;
}) {
return (
<div className='flex flex-col items-center justify-center p-6 py-16'>
<div className={cn('flex flex-col items-center justify-center p-6 py-16', className)}>
<svg
width='64'
height='41'