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
不清楚是不是 渲染时间的问题,debug的时候,渲染的慢些,就把所有纵向排列的按钮显示出来了,非debug就不能显示出来 ,都挤在一起了
The text was updated successfully, but these errors were encountered:
在Dialog/index.js 文件里面 flex: operationsLayout === 'column' ? null : 1 选择column 的情况下 flex:null 导致显示有问题
所以换个表达方式 const columnStyle = operationsLayout === 'column' ? { flexDirection: 'row'}:{flex:1, flexDirection: 'row'};
Sorry, something went wrong.
No branches or pull requests
不清楚是不是 渲染时间的问题,debug的时候,渲染的慢些,就把所有纵向排列的按钮显示出来了,非debug就不能显示出来 ,都挤在一起了
The text was updated successfully, but these errors were encountered: