{
Customized
Standard
}
{['3inch', '2inch', 'A4', 'A5'].map((size) => (
onChangepageSize(size)}
style={{
fontWeight: '500',
color: PageSize === size ? '#1890ff' : '#555',
cursor: 'pointer',
padding: '4px 10px',
borderRadius: '8px',
backgroundColor:
PageSize === size ? '#e6f4ff' : 'transparent',
transition: 'all 0.2s ease',
}}
>
{size}
))}