update 加载遮罩

This commit is contained in:
2021-05-30 17:20:57 +08:00
parent 2cfd7bdb05
commit acfaea8463
2 changed files with 36 additions and 18 deletions

View File

@@ -16,6 +16,21 @@
@header-search-icon-color: fade(@white, 60%),
@header-search-icon-hover-color: @white,
) {
.yo-layout--spin {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
>div>.ant-spin {
max-height: none;
}
>.ant-spin-container {
width: 100%;
height: 100%;
}
}
.ant-layout-header {
.header-actions {
display: flex;