Merge branch 'refs/heads/master-20251105-xc' into test1024

This commit is contained in:
xu
2025-11-11 16:17:27 +08:00

View File

@@ -71,8 +71,7 @@
</el-row>
</div>
<div style="margin-right:30px;">
<div class="course-table-wrapper">
<el-table style="margin:10px 32px 10px 22px;" :data="pageData" border stripe :fit="false">
<el-table style="margin:10px 32px 10px 22px;" :data="pageData" border stripe>
<el-table-column label="序号" type="index" width="50"></el-table-column>
<el-table-column v-if="forChoose" label="选择" width="80">
<template slot-scope="scope" v-if="scope.row.published">
@@ -166,7 +165,6 @@
</template>
</el-table-column>
</el-table>
</div>
</div>
@@ -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;