mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
Merge branch 'compulsory_professional_skills' into compulsory_professional_skills_copy
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
title="添加在线"
|
||||
placement="right"
|
||||
>
|
||||
<a-spin :spinning="spinning">
|
||||
<a-spin :spinning="spinning" wrapperClassName="spin">
|
||||
<div class="drawerMain">
|
||||
<div class="header">
|
||||
<div class="headerTitle">
|
||||
@@ -118,6 +118,12 @@ defineExpose({ openDrawer, selectCourse });
|
||||
background-color: #fafafa !important;
|
||||
}
|
||||
|
||||
.spin {
|
||||
height: 100%;
|
||||
.ant-spin-container {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
.growth-line-course {
|
||||
.drawerMain {
|
||||
.title {
|
||||
|
||||
@@ -578,8 +578,6 @@
|
||||
:id="routerId"
|
||||
:growId="routerId"
|
||||
:visable="tabFlag"
|
||||
@loading="spinning = true"
|
||||
@closeLoading="spinning = false"
|
||||
:permissions="preId"
|
||||
>
|
||||
<template #extension="{ data: { record } }">
|
||||
|
||||
Reference in New Issue
Block a user