完成AI问答模块
This commit is contained in:
@@ -46,12 +46,12 @@ const Index = () => {
|
||||
}, [])
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className={'bg-red-200 h-full'}>
|
||||
<div style={{padding: navigation?.span + 'px'}}>
|
||||
<Image src={navigation?.style} width={'100%'}
|
||||
height={'auto'}/>
|
||||
</div>
|
||||
<div className={'bg-white rounded-lg py-3 px-3'}>
|
||||
<div className={'py-3 px-3'}>
|
||||
<div className={'grid grid-cols-2 gap-3'}>
|
||||
{
|
||||
// 子级栏目
|
||||
@@ -99,7 +99,7 @@ const Index = () => {
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
export default Index
|
||||
|
||||
Reference in New Issue
Block a user