|  | @@ -34,7 +34,7 @@ function Hardware() {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      return `${styles.icon} ${statusClassName}`;
 | 
	
		
			
				|  |  |    });
 | 
	
		
			
				|  |  | -  const onHandleClick = item => {
 | 
	
		
			
				|  |  | +  const onHandleClick = (item) => {
 | 
	
		
			
				|  |  |      UnityAction.sendMsg('SingleDevLocate', JSON.stringify([item]));
 | 
	
		
			
				|  |  |    };
 | 
	
		
			
				|  |  |    useEffect(() => {
 | 
	
	
		
			
				|  | @@ -56,7 +56,7 @@ function Hardware() {
 | 
	
		
			
				|  |  |        {data?.list?.map((item) => (
 | 
	
		
			
				|  |  |          <div
 | 
	
		
			
				|  |  |            key={item.id}
 | 
	
		
			
				|  |  | -          className={`card-box ${styles.item}`}
 | 
	
		
			
				|  |  | +          className={`card-box ${styles.itemLong}`}
 | 
	
		
			
				|  |  |            style={{ justifyContent: 'space-between' }}
 | 
	
		
			
				|  |  |            onClick={() => onHandleClick(item)}
 | 
	
		
			
				|  |  |          >
 |