diff --git a/src/views/system/Scheduling.vue b/src/views/system/Scheduling.vue index 67ba7f0..12ac3d1 100644 --- a/src/views/system/Scheduling.vue +++ b/src/views/system/Scheduling.vue @@ -656,9 +656,12 @@ export default { height: 100%; overflow: hidden; //display: flex; - /deep/.ant-spin-container { + ::v-deep.ant-spin-nested-loading { height: 100%; - display: flex; + .ant-spin-container { + height: 100%; + display: flex; + } } &-list { flex-shrink: 0; @@ -695,7 +698,7 @@ export default { } } &-body { - height: calc(100% - 103px); + height: calc(100% - 52px); overflow: auto; } }