fix loading
This commit is contained in:
parent
b6acf12431
commit
b1c7714e57
|
|
@ -72,7 +72,7 @@ const TableHeader = ({canEdit,ModelAbility}:{canEdit?: any;ModelAbility?: any;})
|
||||||
<button type="submit">
|
<button type="submit">
|
||||||
{t("practical.edit")} {t("models.reseller")}
|
{t("practical.edit")} {t("models.reseller")}
|
||||||
{status === QueryStatusEnum.LOADING && (
|
{status === QueryStatusEnum.LOADING && (
|
||||||
<span className="Spinier_Div">
|
<span className=" reseller_spinner_div">
|
||||||
<Spin />
|
<Spin />
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
|
|
@ -104,3 +104,20 @@
|
||||||
min-width: 50%;
|
min-width: 50%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.reseller_spinner_div{
|
||||||
|
position: absolute;
|
||||||
|
width: 70% !important;
|
||||||
|
height: 80%;
|
||||||
|
top: 50%;
|
||||||
|
left: 40%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
background: var(--primary);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
|
.ant-spin .ant-spin-dot-item {
|
||||||
|
background: white !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user