使用box-shadow实用程序为元素添加或删除阴影。
The helpers allow you to control relative depth, or distance, between two surfaces along the z-axis. By default, there is 25 elevation levels.
<Box boxShadow={0}>… <Box boxShadow={1}>… <Box boxShadow={2}>… <Box boxShadow={3}>…
import { shadows } from '@material-ui/system';
boxShadow
box-shadow
shadows
目录