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、优化描述
代码:
var smallFormItemConfig = BrnFormItemConfig( titleTextStyle: BrnTextStyle(fontSize: 14), hintTextStyle: BrnTextStyle(fontSize: 14), titlePaddingSm: EdgeInsets.zero, titlePaddingLg: EdgeInsets.zero, ); BrnTextInputFormItem( themeData: smallFormItemConfig, title: "店铺名称", hint: "填写店铺名称", onChanged: (newValue) {}, ), BrnLine(), BrnTextSelectFormItem( themeData: smallFormItemConfig, title: "主营范围", hint: "", onTap: () {}, ),
只对 BrnTextInputFormItem 生效,而对 BrnTextSelectFormItem 没有生效
2、关联组件
BrnTextSelectFormItem
3、具体优化建议
4、运行环境(非必填)
5、附加信息
当前效果:
期望效果:
全部左对齐
The text was updated successfully, but these errors were encountered:
问题已修复https://github.com/LianjiaTech/bruno/pull/152,将跟随新版本发布,感谢反馈
Sorry, something went wrong.
No branches or pull requests
优化建议
内容需包含:
1、优化描述
代码:
只对 BrnTextInputFormItem 生效,而对 BrnTextSelectFormItem 没有生效
2、关联组件
BrnTextSelectFormItem
3、具体优化建议
4、运行环境(非必填)
5、附加信息
当前效果:
期望效果:
全部左对齐
The text was updated successfully, but these errors were encountered: