@fe6/water-pro
Version:
An enterprise-class UI design language and Vue-based implementation
31 lines (26 loc) • 496 B
text/less
@import '../../style/themes/index';
@import '../../style/mixins/index';
@loading-prefix-cls: ~'@{ant-prefix}-loading';
.@{loading-prefix-cls} {
position: fixed;
top: 0;
left: 0;
z-index: 200;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
&-absolute {
position: absolute;
top: 0;
left: 0;
z-index: 300;
}
&-spin {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
}