feat:增加项目及学习路径面授任务学员

This commit is contained in:
lixg
2023-01-05 20:48:09 +08:00
parent 55e7eb85e3
commit d5f34009df
8 changed files with 2235 additions and 26 deletions

View File

@@ -4,7 +4,7 @@
:visible="FaceTeachModelVisible"
class="drawerStyle ProjectFaceTaskManage"
placement="right"
width="60%"
width="80%"
@after-visible-change="afterVisibleChange"
>
<div class="drawerMain">
@@ -643,8 +643,11 @@ export default {
<style lang="scss">
.ProjectFaceTaskManage {
.ant-drawer-content-wrapper {
max-width: 1300px;
}
.drawerMain {
min-width: 550px;
min-width: 700px;
margin: 0px 32px 0px 32px;
overflow-x: auto;
display: flex;