Tabs 阴影样式

This commit is contained in:
tangly1024
2022-01-05 10:16:20 +08:00
parent 301c558382
commit a9f91371de

View File

@@ -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>
}