我如何更改材料uiactiticmimepicker

问题描述 投票:0回答:1
如何更改统计信息的大小? 我通过添加SX Prop和插槽而尝试了,但它不起作用。
	
try这个

<Box sx={{ width: "250px", height: "250px", "& .MuiClock-root": { transform: "scale(0.8)" } }}> <StaticTimePicker value={values.time} onChange={(newValue) => handleChange({ target: { name: 'time', value: newValue } }) } orientation="landscape" defaultValue={dayjs(formattedDateTime)} /> </Box>

javascript reactjs
1个回答
0
投票
最新问题
© www.soinside.com 2019 - 2025. All rights reserved.