Open gg343917542 opened 4 years ago
这里的只判断了title,但没有判断renderCenter,导致外部传入时不能居中。 else if ((back && home) || title) { navBarLeft = [ width:${capsulePosition.width}px, height:${capsulePosition.height}px, margin-left:${rightDistance}px ].join(';'); }
else if ((back && home) || title) { navBarLeft = [
,
].join(';'); }
毕竟兼容各种样式容易出现差错,你可以修改样式以达到自己想要的方案
这里的只判断了title,但没有判断renderCenter,导致外部传入时不能居中。
else if ((back && home) || title) { navBarLeft = [
width:${capsulePosition.width}px,
height:${capsulePosition.height}px,
margin-left:${rightDistance}px].join(';'); }