不能在td上使用弹性盒子,否则会使td变形
td下面包一层div,在div里面做处理
str+='<td style="width:4vw;">';
str+='<div style="display:flex;width:100%;height:100%;justify-content:center;">';
str+='<div style="background:'+qc_backColor+';height:30px;padding:0px 8px;display:flex;justify-content:center;align-items:center;border-radius:6px;color:white;">'+newArrI[j]+'</div>';
str+='</div>';
str+='</td>';