navbar 组件 #29
yangxiaolu1993
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1、prop:icon(右侧图标)与 desc (文案)是不是可以合并成一个 prop?
right = [{ type:'icon', value:'share' },{ type:'desc', value:'清除' }]
优势:可以设置多个、顺序用户自定义
2、标题带icon样式没对齐

3、不能自定义 className、style
<NavBar title="订单详情" icon="share" leftShow={true} className='custom' ></NavBar>
Beta Was this translation helpful? Give feedback.
All reactions