diff --git a/src/App.vue b/src/App.vue index 3ce8ce59..b6b111f7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -76,6 +76,8 @@ export default defineComponent({ // flex-shrink: 0; display: flex; overflow-y: scroll; + // display: flex; + // flex: 1 1 auto; width: calc(100% - 40px); // margin-bottom: 20px; margin: 0px 20px 20px 20px; diff --git a/src/assets/scss/common.scss b/src/assets/scss/common.scss index 3e8dce2d..b7599d68 100644 --- a/src/assets/scss/common.scss +++ b/src/assets/scss/common.scss @@ -191,4 +191,26 @@ display: none; .tabledropdown { width: 100px !important; } -//表格下拉框------------------------------------------- \ No newline at end of file +//表格下拉框------------------------------------------- + +//抽屉-------------------------------------------------------- +.drawerStyle { + .ant-drawer-content-wrapper { + max-width: 1050px; + .ant-drawer-header { + display: none !important; + } + .ant-drawer-body { + padding: 0; + } + } + .drawerMain { + min-width: 700px; + margin: 0px 32px 0px 32px; + overflow-x: scroll; + display: flex; + flex-direction: column; + + + }} + //抽屉-------------------------------------------------------- \ No newline at end of file diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 5050e2d6..a348c831 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -181,14 +181,13 @@ -