提交 adf21efd authored 作者: hs364342311's avatar hs364342311

优化筛选教师、学生组件样式

上级 3d24cc05
...@@ -315,7 +315,7 @@ export default function SelectPerson(props) { ...@@ -315,7 +315,7 @@ export default function SelectPerson(props) {
: () => selectUser(x) : () => selectUser(x)
} }
> >
<span style={{ backgroundColor: sgUserIds.includes(x.businessKey) && 'red' }}> <span style={{ color: sgUserIds.includes(x.businessKey) && 'red' }}>
{x.businessName} {x.businessName}
</span> </span>
</div> </div>
...@@ -372,7 +372,7 @@ export default function SelectPerson(props) { ...@@ -372,7 +372,7 @@ export default function SelectPerson(props) {
fontWeight: 'normal', fontWeight: 'normal',
} }
: { : {
backgroundColor: sgUserIds.includes(x.businessKey) && 'red', color: sgUserIds.includes(x.businessKey) && 'red',
} }
} }
> >
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论