|
|
@@ -17,7 +17,7 @@ export default class LeaveItem extends Component{
|
|
|
const {item} = this.state;
|
|
|
return(
|
|
|
<div>
|
|
|
- <Link to={'/leavedetail/' +'/'+this.props.role +item.lvId}>
|
|
|
+ <Link to={'/leavedetail/' +this.props.role +'/'+item.lvId}>
|
|
|
<div className="col-xs-12 " style={{backgroundColor:'#FFF',width:'53vh'}} >
|
|
|
<div className="row flex" >
|
|
|
<div id="global_page_title" style={{fontSize:15,color:"#333333"}}> {item.title}</div>
|