mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
feat:增加项目及学习路径面授任务学员
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user