基线在本机反应中未按预期工作

时间:2021-06-26 14:57:38

标签: javascript css react-native

今天我尝试使用以下属性 - alignItems: 'baseline' 完整代码:

<View
  style={{
    flexDirection: "row",
    justifyContent: "flex-start",
    alignItems: "baseline",
    top: "6%",
    left: 12,
    flex: 1,
  }}
>
  <Text style={{ color: "#c1c3c9", fontSize: 24 }}>question</Text>
  <Text style={{ color: "#c1c3c9", fontSize: 26 }}>2</Text>
  <Text style={{ color: "#51546e", fontSize: 24 }}>/16</Text>
</View>

和来自模拟器的图像

enter image description here

我想把它放在整条线上。 问题出在哪里?

0 个答案:

没有答案
相关问题