美文网首页
React Native box shadow边框阴影

React Native box shadow边框阴影

作者: 罗坤_23333 | 来源:发表于2022-08-22 12:03 被阅读0次
    shadowColor: '#000',
    shadowOffset: {
      width: 0,
      height: 1,
    },
    shadowOpacity: 0.5,
    shadowRadius: 8,
    elevation: 8,
    

    参考

    相关文章

      网友评论

          本文标题:React Native box shadow边框阴影

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