style: add card spacing

This commit is contained in:
TinsFox
2025-12-19 21:00:31 +08:00
parent b35ae9f693
commit 97132de2ca

View File

@@ -1604,7 +1604,7 @@ const EditChannelModal = (props) => {
> >
{() => ( {() => (
<Spin spinning={loading}> <Spin spinning={loading}>
<div className='p-2' ref={formContainerRef}> <div className='p-2 space-y-3' ref={formContainerRef}>
<div ref={(el) => (formSectionRefs.current.basicInfo = el)}> <div ref={(el) => (formSectionRefs.current.basicInfo = el)}>
<Card className='!rounded-2xl shadow-sm border-0 mb-6'> <Card className='!rounded-2xl shadow-sm border-0 mb-6'>
{/* Header: Basic Info */} {/* Header: Basic Info */}