Skip to content
New issue

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

打包之后,spin样式被覆盖,显示异常 #4

Open
fekata opened this issue Nov 1, 2017 · 2 comments
Open

打包之后,spin样式被覆盖,显示异常 #4

fekata opened this issue Nov 1, 2017 · 2 comments

Comments

@fekata
Copy link

fekata commented Nov 1, 2017

新生成的样式中,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);
}
@jingsam
Copy link
Contributor

jingsam commented Nov 1, 2017

您使用的iview版本是最新的吗?

@fekata
Copy link
Author

fekata commented Nov 1, 2017

@jingsam 是的,2.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants