feat: kb UI

This commit is contained in:
archer
2023-06-12 15:11:29 +08:00
parent daf1148bb1
commit 6ac7119edf
10 changed files with 237 additions and 235 deletions

View File

@@ -245,13 +245,14 @@ const NumberSetting = ({ tableType }: { tableType: `${TableEnum}` }) => {
<Card mt={4} px={[3, 6]} py={4}>
<Tabs
m={'auto'}
w={'200px'}
list={tableList.current}
activeId={currentTab}
size={'sm'}
onChange={(id: any) => setCurrentTab(id)}
/>
<Box>
<Box minH={'300px'}>
{(() => {
const item = tableList.current.find((item) => item.id === currentTab);