From ebae7f6c0b97c5da499aa2b79dd4db2c7f5a1790 Mon Sep 17 00:00:00 2001 From: xu Date: Tue, 11 Nov 2025 16:06:32 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E3=80=90bug=EF=BC=9ASZX-1155=E3=80=91?= =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E8=AF=BE=E7=A8=8B=E7=AE=A1=E7=90=86=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E4=B8=AD=EF=BC=8C=E5=A2=9E=E5=8A=A0=E4=B8=A4=E5=88=97?= =?UTF-8?q?:=E5=AE=A1=E6=A0=B8=E4=BA=BA=E5=92=8C=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E3=80=82=E5=B9=B6=E4=BF=AE=E6=94=B9=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F=EF=BC=8C=E8=AE=A9=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E5=B7=A6=E5=8F=B3=E6=BB=9A=E5=8A=A8=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=AE=8C=E6=95=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/course/ManageList.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/course/ManageList.vue b/src/views/course/ManageList.vue index dbc04a28..4c8b8ce3 100644 --- a/src/views/course/ManageList.vue +++ b/src/views/course/ManageList.vue @@ -922,13 +922,13 @@ 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; } +::v-deep .course-table-wrapper .el-table__body, +::v-deep .course-table-wrapper .el-table__header{ + width: max-content !important; +} .course-types { display: flex; justify-content: center; From 3d7ca1cc20e827ae22db294b76173b8f53a0e709 Mon Sep 17 00:00:00 2001 From: xu Date: Tue, 11 Nov 2025 16:16:41 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E3=80=90bug=EF=BC=9ASZX-1155=E3=80=91?= =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E8=AF=BE=E7=A8=8B=E7=AE=A1=E7=90=86=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E4=B8=AD=EF=BC=8C=E5=A2=9E=E5=8A=A0=E4=B8=A4=E5=88=97?= =?UTF-8?q?:=E5=AE=A1=E6=A0=B8=E4=BA=BA=E5=92=8C=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/course/ManageList.vue | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/views/course/ManageList.vue b/src/views/course/ManageList.vue index 4c8b8ce3..4332b9ca 100644 --- a/src/views/course/ManageList.vue +++ b/src/views/course/ManageList.vue @@ -71,8 +71,7 @@
-
- + -
@@ -918,17 +916,6 @@ export default { .Create-coures{ // margin-left: 14%; } -.course-table-wrapper{ - width: 100%; - overflow-x: auto; -} -::v-deep .course-table-wrapper .el-table__body-wrapper{ - overflow-x: auto; -} -::v-deep .course-table-wrapper .el-table__body, -::v-deep .course-table-wrapper .el-table__header{ - width: max-content !important; -} .course-types { display: flex; justify-content: center;