处理 服务器模块页面样式问题

This commit is contained in:
任珮宇 2024-02-01 10:56:43 +08:00
parent b2fbac2f52
commit 106725ac68

View File

@ -1592,4 +1592,12 @@ export default {
width: 100%;
text-align: center;
}
/deep/.ant-spin-nested-loading {
width: 100%;
height: 100%;
}
/deep/.ant-spin-container {
width: 100%;
height: 100%;
}
</style>