diff --git a/src/components/growthpath/GrowthLineCourse.vue b/src/components/growthpath/GrowthLineCourse.vue index 65897701..1c9e1fef 100644 --- a/src/components/growthpath/GrowthLineCourse.vue +++ b/src/components/growthpath/GrowthLineCourse.vue @@ -9,7 +9,7 @@ title="添加在线" placement="right" > - +
@@ -118,6 +118,12 @@ defineExpose({ openDrawer, selectCourse }); background-color: #fafafa !important; } +.spin { + height: 100%; + .ant-spin-container { + height: 100%; + } +} .growth-line-course { .drawerMain { .title { diff --git a/src/views/growthpath/PathManage.vue b/src/views/growthpath/PathManage.vue index 9da8fd3d..ab7e1f07 100644 --- a/src/views/growthpath/PathManage.vue +++ b/src/views/growthpath/PathManage.vue @@ -578,8 +578,6 @@ :id="routerId" :growId="routerId" :visable="tabFlag" - @loading="spinning = true" - @closeLoading="spinning = false" :permissions="preId" >