fix: no request, search model
This commit is contained in:
@@ -45,6 +45,23 @@
|
||||
}
|
||||
}
|
||||
|
||||
.files-wrap {
|
||||
position: relative;
|
||||
|
||||
.spin-wrapper {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 100%;
|
||||
z-index: 100;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
padding-top: 150px;
|
||||
text-align: center;
|
||||
background-color: var(--color-fill-mask);
|
||||
}
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
padding: 16px @padding;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user