Commit 59c0e0df by zhaochengxiang

资产优化

parent 8db0bfe9
...@@ -128,7 +128,7 @@ const FilterElement = (props) => { ...@@ -128,7 +128,7 @@ const FilterElement = (props) => {
backgroundColor: colors[index%colors.length] backgroundColor: colors[index%colors.length]
}} }}
> >
{ _type==='' ? '无' : _type.slice(0, 1) } { _type==='' ? '无' : _type.slice(0, 2) }
</Avatar> </Avatar>
<div className='textOverflow' style={{ flex: 1 }}> <div className='textOverflow' style={{ flex: 1 }}>
<Row className='mb-3'> <Row className='mb-3'>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment