提交 3d24cc05 authored 作者: hs364342311's avatar hs364342311

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

上级 dd9f4d34
...@@ -408,9 +408,10 @@ export default function SelectPerson(props) { ...@@ -408,9 +408,10 @@ export default function SelectPerson(props) {
style={{ marginRight: '5px' }} style={{ marginRight: '5px' }}
onClick={e => deleteSg(x, index, e)} onClick={e => deleteSg(x, index, e)}
/> />
<Tooltip title={x.businessName}>
{x.businessName} {x.businessName}
</Tooltip> {/*<Tooltip title={x.businessName}>*/}
{/* {x.businessName}*/}
{/*</Tooltip>*/}
</div> </div>
</div> </div>
); );
......
...@@ -37,8 +37,12 @@ const colorTranslate = (item) => { ...@@ -37,8 +37,12 @@ const colorTranslate = (item) => {
1: '#6164C1', 1: '#6164C1',
2: 'rgb(202, 198, 46)', 2: 'rgb(202, 198, 46)',
3: '#BE0AC1', 3: '#BE0AC1',
4: '#d3adf7'
}; };
if (item && item.businessKey) { if (item && item.businessKey) {
if(item.businessKey.endsWith("-")){
return colors[1];
}
return colors[item.businessKey.split('-').length]; return colors[item.businessKey.split('-').length];
} }
return colors[item.level] || colors['2']; return colors[item.level] || colors['2'];
......
...@@ -106,11 +106,11 @@ ...@@ -106,11 +106,11 @@
font-weight: 900; font-weight: 900;
& span:last-child { & span:last-child {
background-color: #6164C1; //background-color: #6164C1;
padding: 0 5px; //padding: 0 5px;
color: #fff; //color: #fff;
border-radius: 20px; //border-radius: 20px;
font-weight: 100; //font-weight: 100;
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论