diff --git a/src/App.vue b/src/App.vue index 0b9886e..5978c16 100644 --- a/src/App.vue +++ b/src/App.vue @@ -53,10 +53,9 @@ left: 0; width: 100%; height: 100%; - // background-color: rgba(0, 0, 0, 0.3); - // display: flex; - // align-items: center; - // justify-content: center; + --el-mask-color: rgba(0, 0, 0, 0.3); + --el-color-primary: #007bff; + --el-loading-spinner-size: 9rem; }