style: form tabs header gap

This commit is contained in:
jialin
2025-10-22 10:21:27 +08:00
parent fc7350b7e2
commit 818c4fc9a2
2 changed files with 40 additions and 9 deletions
+6 -2
View File
@@ -29,8 +29,7 @@ const SegmentedInner = styled(Segmented)`
`;
const SegmentedHeader = styled.div`
margin-top: 16px;
padding: 0 24px;
padding: 16px 24px;
`;
interface AddModalProps {
@@ -198,6 +197,11 @@ const AddModal: React.FC<AddModalProps> = (props) => {
</SegmentedHeader>
<ColumnWrapper
maxHeight={'calc(100vh - 123px)'}
styles={{
container: {
paddingTop: 0
}
}}
footer={
<ModalFooter
onCancel={onClose}