谜:React +镭:没有明显原因的2个Phanton超高像素

时间:2019-06-17 20:23:38

标签: css reactjs

我正在投影图像,然后对其进行检查:

enter image description here

enter image description here

高度为20像素。这是正确的。

然后我检查包含data-radium的{​​{1}}元素,令我惊讶的是:

enter image description here

enter image description here

尽管没有内容,该元素的高度却“增长”了两个像素。此外,img元素没有填充,没有边距,而且我认为这不会增加高度。

enter image description here

有人知道这多余的2个像素可以从哪里来吗?这真让我发疯。

1 个答案:

答案 0 :(得分:2)

由于我无法检查代码,所以我会尝试猜测:由于图像默认是内联的,因此会继承任何行高定义。将图像设置为块元素可能会起作用,因为将行高设置为1。