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
新生成的样式中,display: table;和background-color: #fff;影响到组件的正常显示 重新生成的样式
display: table;
background-color: #fff;
.ivu-spin-fix { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 8; display: table; width: 100%; height: 100%; background-color: #fff;
默认样式
.ivu-spin-fix { position: absolute; top: 0; left: 0; z-index: 8; width: 100%; height: 100%; background-color: hsla(0,0%,100%,.9); }
The text was updated successfully, but these errors were encountered:
您使用的iview版本是最新的吗?
Sorry, something went wrong.
@jingsam 是的,2.6.0
No branches or pull requests
新生成的样式中,
display: table;
和background-color: #fff;
影响到组件的正常显示重新生成的样式
默认样式
The text was updated successfully, but these errors were encountered: