在我的应用程序中,扩展箭头必须位于面板的左侧。但是,默认情况下它显示在右侧。
这个 :
<ExpansionPanelSummary
className={classes.panelSummary}
expandIcon={<ExpandMoreIcon />}
IconButtonProps={{edge: 'start'}}
aria-controls='panel1a-content'
id='panel1a-header'
>
Run Code Online (Sandbox Code Playgroud)
没有做到。
material-ui ×1