From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +0800
Subject: [PATCH] 修改
---
app/components/datasets/preview/container.tsx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app/components/datasets/preview/container.tsx b/app/components/datasets/preview/container.tsx
index f6c1f7d..e59fc8d 100644
--- a/app/components/datasets/preview/container.tsx
+++ b/app/components/datasets/preview/container.tsx
@@ -17,7 +17,7 @@
'flex flex-col w-full h-full overflow-y-auto rounded-l-xl border-t-[0.5px] border-l-[0.5px] border-components-panel-border bg-background-default-lighter shadow shadow-shadow-shadow-5',
)}
>
- <header className='border-b border-divider-subtle pb-3 pl-5 pr-4 pt-4'>
+ <header className='pl-5 pt-4 pr-4 pb-3 border-b border-divider-subtle'>
{header}
</header>
<main className={classNames('py-5 px-6 w-full h-full', mainClassName)}>
--
Gitblit v1.8.0