diff --git a/src/views/course/ManageList.vue b/src/views/course/ManageList.vue
index 3bfdcd0c..dbc04a28 100644
--- a/src/views/course/ManageList.vue
+++ b/src/views/course/ManageList.vue
@@ -72,7 +72,7 @@
-
+
@@ -922,6 +922,10 @@ export default {
width: 100%;
overflow-x: auto;
}
+::v-deep .course-table-wrapper .el-table{
+ min-width: 100%;
+ width: max-content;
+}
::v-deep .course-table-wrapper .el-table__body-wrapper{
overflow-x: auto;
}