From ebae7f6c0b97c5da499aa2b79dd4db2c7f5a1790 Mon Sep 17 00:00:00 2001 From: xu Date: Tue, 11 Nov 2025 16:06:32 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=EF=BC=9ASZX-1155=E3=80=91=E5=9C=A8?= =?UTF-8?q?=E7=BA=BF=E8=AF=BE=E7=A8=8B=E7=AE=A1=E7=90=86=E5=88=97=E8=A1=A8?= =?UTF-8?q?=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=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E3=80=82=E5=B9=B6=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=EF=BC=8C=E8=AE=A9=E8=A1=A8=E6=A0=BC=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E5=B7=A6=E5=8F=B3=E6=BB=9A=E5=8A=A8=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=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;