iview-theme icon indicating copy to clipboard operation
iview-theme copied to clipboard

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

Open fekata opened this issue 8 years ago • 2 comments

新生成的样式中,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);
}

fekata avatar Nov 01 '17 06:11 fekata

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

jingsam avatar Nov 01 '17 07:11 jingsam

@jingsam 是的,2.6.0

fekata avatar Nov 01 '17 07:11 fekata