diff --git a/src/assets/scss/common.scss b/src/assets/scss/common.scss index 95df1ef7..9084072d 100644 --- a/src/assets/scss/common.scss +++ b/src/assets/scss/common.scss @@ -630,7 +630,27 @@ textarea { } //大型抽屉 +.largeDrawerInside { + .ant-drawer-content-wrapper { + .ant-drawer-header { + display: none !important; + } + .ant-drawer-body { + padding: 0; + + } + } + + .drawerMain { + min-width: 700px; + margin: 0px 32px 0px 32px; + overflow-x: auto; + display: flex; + flex-direction: column; + + } +} //弹窗-------------------------------------------------------- .modalStyle { diff --git a/src/components/project/BatchLecturer.vue b/src/components/project/BatchLecturer.vue index ce467f8c..aedb440e 100644 --- a/src/components/project/BatchLecturer.vue +++ b/src/components/project/BatchLecturer.vue @@ -2,7 +2,7 @@ @@ -301,7 +301,7 @@ const queryDrawer = () => {