mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-07 01:46:42 +08:00
修复我的授课记录列表中不方便查看
This commit is contained in:
@@ -25,8 +25,9 @@
|
||||
<!-- <div style="padding: 0px 5px;"><el-button icon="el-icon-refresh-right" type="primary" size="small" round>导出学员信息</el-button></div> -->
|
||||
</div>
|
||||
<div style="margin-top:20px;">
|
||||
<el-table :data="pageData" border stripe>
|
||||
<el-table :data="pageData" border stripe style="width: 100%">
|
||||
<el-table-column
|
||||
fixed
|
||||
label="序号"
|
||||
prop="index"
|
||||
width="100px">
|
||||
|
||||
Reference in New Issue
Block a user