gpt4 book ai didi

javascript - React Native borderRadius 一个 Angular 不圆

转载 作者:行者123 更新时间:2023-12-01 02:17:08 24 4
gpt4 key购买 nike

您好,这是我正在使用的代码:

  menuItemButtonContainer: {
marginRight: 1,
marginLeft: 1,
marginTop: 1,
marginBottom: 1,
paddingRight: 1,
paddingLeft: 1,
paddingTop: 1,
paddingBottom: 1,
borderRadius: 10,
overflow: 'hidden',
position: "absolute",
backgroundColor: 'white',
borderWidth: 1,
borderColor: colors.navy
},

但由于某种原因右上角不是圆的。我已经绞尽脑汁一天了。

这是组件代码

<Native.View
style={[styles.menuItemButtonContainer, {width: 50, height: 30, marginLeft: 0}]}><Native.TouchableHighlight
underlayColor={colors.darkGray}
onPress={this.orderObjectChange.bind(this, 'ADD', item.id)}
style={{
justifyContent: 'center',
alignItems: 'center'
}}><Native.View><Components.Text
style={{color: colors.navy}}>ADD</Components.Text></Native.View></Native.TouchableHighlight></Native.View>

enter image description here

最佳答案

您所写的作品风格,请参见下文。边框样式可能被应用程序中的某些其他样式覆盖。检查该元素以查看。

enter image description here

关于javascript - React Native borderRadius 一个 Angular 不圆,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49422620/

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