fix(core): date-picker styles (#8997)

fix AF-1871
This commit is contained in:
pengx17
2024-12-04 06:56:26 +00:00
parent 1fa1a95c10
commit 4706f1e2a3
7 changed files with 48 additions and 27 deletions
@@ -109,7 +109,7 @@ export const JournalValue = ({ onChange }: PropertyValueProps) => {
onClick: e => e.stopPropagation(),
sideOffset: 10,
alignOffset: -30,
style: { padding: 20 },
style: { padding: '15px 20px' },
}}
rootOptions={{
modal: true,