mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-19 03:57:26 +00:00
style: add card spacing
This commit is contained in:
@@ -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 */}
|
||||||
|
|||||||
Reference in New Issue
Block a user