|
|
@ -74,8 +74,16 @@ const RightTop = (props) => { |
|
|
|
}}> |
|
|
|
{beijing == index ? <img src='/assets/images/leadership/shezhi.png' style={{ width: "2%", height: "80%", position: "absolute", top: "12%", left: "1%" }} /> : ""} |
|
|
|
{beijing == index ? <img src='/assets/images/leadership/lan.png' style={{ width: "100%", height: "120%", position: "absolute", right: "5%" }} /> : ""} |
|
|
|
<p style={{ textAlign: "center", width: "40%", position: "absolute", right: "28.5%", color: beijing == index ? "#ffffff" : "rgba(216,240,255,0.8)" }} >{item?.user?.name || '--'}</p> |
|
|
|
<p style={{ textAlign: "left", width: "30%", position: "absolute", left: "5%", color: beijing == index ? "#ffffff" : "rgba(216,240,255,0.8)" }} >{item.road ? item.road : "--"}</p> |
|
|
|
<p style={{ |
|
|
|
textAlign: "center", width: "40%", position: "absolute", right: "28.5%", color: beijing == index ? "#ffffff" : "rgba(216,240,255,0.8)", |
|
|
|
}} title={item?.user?.name}>{item?.user?.name || '--'}</p> |
|
|
|
<p style={{ |
|
|
|
textAlign: "left", width: "30%", position: "absolute", left: "5%", color: beijing == index ? "#ffffff" : "rgba(216,240,255,0.8)", |
|
|
|
whiteSpace: 'nowrap', |
|
|
|
overflow: 'hidden', |
|
|
|
textOverflow: 'ellipsis', |
|
|
|
maxWidth: '120px' // 可根据需要调整最大宽度
|
|
|
|
}} title={item?.road} >{item.road ? item.road : "--"}</p> |
|
|
|
<p style={{ textAlign: "right", width: "30%", position: "absolute", right: "3%", color: beijing == index ? "#ffffff" : "rgba(216,240,255,0.8)" }}> |
|
|
|
{ |
|
|
|
item.time ? |
|
|
@ -113,7 +121,7 @@ const RightTop = (props) => { |
|
|
|
) |
|
|
|
}) |
|
|
|
} |
|
|
|
</div> |
|
|
|
</div > |
|
|
|
) |
|
|
|
} |
|
|
|
|
|
|
|