We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
情况1:显示正常
<navBar back="{{false}}" home="{{false}}"> <view slot="left">居左文字</view> </navBar>
情况2:显示正常
<navBar back="{{true}}" home="{{false}}"> <view slot="left">居左文字</view> </navBar>
情况3:无法显示居左文字
<navBar back="{{false}}" home="{{true}}"> <view slot="left">居左文字</view> </navBar>
情况4:无法显示居左文字
<navBar back="{{true}}" home="{{true}}"> <view slot="left">居左文字</view> </navBar>
另外,如果 slot="left“ 中的文字超过2个汉字或4个英文字符,就会换行。
期望: 1、能正常显示 slot="left" 的文字 2、文字超过2个汉字或4个英文时,能在一行显示。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
情况1:显示正常
情况2:显示正常
情况3:无法显示居左文字
情况4:无法显示居左文字
另外,如果 slot="left“ 中的文字超过2个汉字或4个英文字符,就会换行。
期望:
1、能正常显示 slot="left" 的文字
2、文字超过2个汉字或4个英文时,能在一行显示。
The text was updated successfully, but these errors were encountered: