mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
【bug:SZX-1155】在线课程管理列表中,增加两列:审核人和审核时间。并修改页面样式,让表格可以左右滚动显示完整。
This commit is contained in:
@@ -922,13 +922,13 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
overflow-x: auto;
|
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{
|
::v-deep .course-table-wrapper .el-table__body-wrapper{
|
||||||
overflow-x: auto;
|
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 {
|
.course-types {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user