 {images.map((a, i) => { return ( setCurrentIndex(i)} style={{ position: 'absolute', left: a.x, top: a.y, width: a.w, height: a.h, border:'solid 1px #00ff00', }} > ); })} 这里应该如何处理border重复加粗问题?