Open SHNJ520 opened 5 months ago
一些属性设置不生效,如 showBottomListDialog({ items: ["我是条目一", "我是条目二"], itemClick: (position: number) => { hideDialog() }, itemAttr: { backgroundColor:$r('app.color.sheet_item') }, backgroundColor: Color.Gray, itemDivider: { height: 0 }, cancelAttr: { backgroundColor: $r('app.color.sheet_cancel') } }) itemAttr.backgroundColor、item.Divider.height(无法设置0)、cancelAttr.backgroundColor
showBottomListDialog({ items: ["我是条目一", "我是条目二"], itemClick: (position: number) => { hideDialog() }, itemAttr: { backgroundColor:$r('app.color.sheet_item') }, backgroundColor: Color.Gray, itemDivider: { height: 0 }, cancelAttr: { backgroundColor: $r('app.color.sheet_cancel') } })
已做修复
能否增加自定义底部弹窗😁
一些属性设置不生效,如
showBottomListDialog({ items: ["我是条目一", "我是条目二"], itemClick: (position: number) => { hideDialog() }, itemAttr: { backgroundColor:$r('app.color.sheet_item') }, backgroundColor: Color.Gray, itemDivider: { height: 0 }, cancelAttr: { backgroundColor: $r('app.color.sheet_cancel') } })
itemAttr.backgroundColor、item.Divider.height(无法设置0)、cancelAttr.backgroundColor