处理修改日期之后查询了接口但是没有重新渲染的问题

This commit is contained in:
renpy 2023-08-21 14:22:19 +08:00
parent a53b466bf1
commit 012c2bebd2

View File

@ -844,4 +844,10 @@ export default {
color: white;
font-weight: normal;
}
.ant-spin-nested-loading{
height: 100%;
/deep/.ant-spin-container{
height: 100%;
}
}
</style>