Browse Source

管理单位统一

release_0.0.4
dengyinhuan 2 years ago
parent
commit
a810356b99
  1. 2
      web/client/src/sections/quanju/containers/footer/guanli/LeftItem.js

2
web/client/src/sections/quanju/containers/footer/guanli/LeftItem.js

@ -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>

Loading…
Cancel
Save