Commit 2dd9a665 authored by 陈明豪's avatar 陈明豪

bug修改

parent 64f873e3
...@@ -865,4 +865,27 @@ export default { ...@@ -865,4 +865,27 @@ export default {
::v-deep .cell { ::v-deep .cell {
line-height: 2.125rem; line-height: 2.125rem;
} }
::v-deep .el-loading-spinner .circular {
display: none;
}
::v-deep .el-loading-spinner {
width: 56px;
height: 56px;
top: 50%;
left: 50%;
transform: translate(-28px, -28px);
background: url("../../../assets/images/loading.png");
background-size: 100% 100%;
animation: loading-rotate 2s linear infinite;
@keyframes loading-rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
}
</style> </style>
...@@ -1220,4 +1220,27 @@ export default { ...@@ -1220,4 +1220,27 @@ export default {
::v-deep .cell { ::v-deep .cell {
line-height: 2.125rem; line-height: 2.125rem;
} }
::v-deep .el-loading-spinner .circular {
display: none;
}
::v-deep .el-loading-spinner {
width: 56px;
height: 56px;
top: 50%;
left: 50%;
transform: translate(-28px, -28px);
background: url("../../../assets/images/loading.png");
background-size: 100% 100%;
animation: loading-rotate 2s linear infinite;
@keyframes loading-rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
}
</style> </style>
...@@ -1463,4 +1463,27 @@ export default { ...@@ -1463,4 +1463,27 @@ export default {
.mapDiv { .mapDiv {
height: 674px; height: 674px;
} }
::v-deep .el-loading-spinner .circular {
display: none;
}
::v-deep .el-loading-spinner {
width: 56px;
height: 56px;
top: 50%;
left: 50%;
transform: translate(-28px, -28px);
background: url("../../../assets/images/loading.png");
background-size: 100% 100%;
animation: loading-rotate 2s linear infinite;
@keyframes loading-rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment