mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-15 23:16:48 +00:00
Tabs 阴影样式
This commit is contained in:
@@ -18,7 +18,7 @@ const Tabs = ({ children }) => {
|
||||
})
|
||||
|
||||
if (count === 1) {
|
||||
return <section className='shadow'>
|
||||
return <section className='shadow hover:shadow-xl duration-200'>
|
||||
{children}
|
||||
</section>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user