|
|
@ -106,7 +106,7 @@ export default function LeftItem({datas}) { |
|
|
|
}, []) |
|
|
|
return ( |
|
|
|
<div className='guanli-left-item'> |
|
|
|
<span style={{position:"absolute",width:"10%",color:"#FFF",backgroundColor:'rgba(216, 240, 255, 0.1)',right:"5%",textAlign:"center",top:"2%"}}>条</span> |
|
|
|
{/* <span style={{position:"absolute",width:"10%",color:"#FFF",backgroundColor:'rgba(216, 240, 255, 0.1)',right:"5%",textAlign:"center",top:"2%"}}>条</span> */} |
|
|
|
<div className='guanli-left-item-left'> |
|
|
|
<span>{datas.name}</span> |
|
|
|
<div>{datas.total} <span>个</span></div> |
|
|
|