fix : 修复数据loading加载

This commit is contained in:
2024-03-05 22:59:09 +08:00
parent 4ec7558a31
commit 3b42035892
9 changed files with 57 additions and 22 deletions

View File

@@ -18,6 +18,19 @@
body {
background-color: #f5f5f5;
}
.allLoading.el-loading-mask.is-fullscreen{
.el-loading-spinner{
.circular{
width: 75px;
height: 75px;
}
.el-loading-text{
font-size: 26px;
letter-spacing: 2px;
}
}
}
.el-container {
height: 100%;