Merge remote-tracking branch 'aliyun/test1024' into test1024

This commit is contained in:
joshen
2025-11-11 15:33:20 +08:00

View File

@@ -72,7 +72,7 @@
</div>
<div style="margin-right:30px;">
<div class="course-table-wrapper">
<el-table style="margin:10px 32px 10px 22px;" :data="pageData" border stripe>
<el-table style="margin:10px 32px 10px 22px;" :data="pageData" border stripe :fit="false">
<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">
@@ -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;
}