gpt4 book ai didi

css - 如何在 React native 中做 last-child 选择器?

转载 作者:太空宇宙 更新时间:2023-11-04 06:18:07 25 4
gpt4 key购买 nike

我使用 Scrollview,其中有 3 个 View 。我在他们之间留了一个空隙。

例如:“marginRight: 5”。

但我不希望在最后一个 View 中出现这种差距。这就是为什么我需要这种东西。你能帮帮我吗?

最佳答案

应用这个你可以实现你正在寻找的东西

const styles = EStyleSheet.create({
p: {
marginRight: 5
},
'p:last-child': {
marginRight: 0
}
});

编辑:使用组件 https://github.com/vitalets/react-native-extended-stylesheet

关于css - 如何在 React native 中做 last-child 选择器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55761653/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com