美文网首页react-native
react native Text marginRight p

react native Text marginRight p

作者: 冰天无幻 | 来源:发表于2021-01-08 14:13 被阅读0次

    像  margin padding 失效的时候。有两种解决方案

    一:

        暴力直接指定宽度 width:280(或者 获取当前宽度减去使用宽度)

    二:

        设置 Text 的 flex 属性为1 { flex:1 },这样能用

    {

        flex:1,

        margin:20,

        padding:20,

    }

    亲测这样有效果。 建议第二种方法。

    相关文章

      网友评论

        本文标题:react native Text marginRight p

        本文链接:https://www.haomeiwen.com/subject/emgxaktx.html