我想使用父级引用覆盖特定的组件,例如数据表上的搜索输入文本,现在我要覆盖整个输入以实现此目的
overrides:{
mycomponentselector: {
MuiPaper: {
MuiTabs: {
PrivateTabIndicator: {
root: {
backgroundColor: 'red'
}
}
}
}
}
}
这是我要删除输入搜索数据表上的下划线但我最终覆盖整个输入的示例之一
对不起我的不好解释, 预先感谢