@@ -139,6 +139,7 @@
label="班级"
min-width="20"
align="center"
+ show-overflow-tooltip
>
<template slot-scope="scope">
<div>{{ scope.row.class ? scope.row.class : "暂无班级" }}</div>
@@ -156,7 +157,7 @@
<el-table-column
prop="time"
label="时间"
- width="100px"
+ min-width="15"
></el-table-column>
<el-table-column label="操作" width="300px">
@@ -152,6 +152,7 @@
@@ -4345,7 +4346,7 @@ export default {
background: #fff;
height: 100%;
/* padding-top: 40px; */
- padding: 40px 30px 0;
+ padding: 40px 30px 10px;
border-radius: 5px;
width: 90%;
box-shadow: 2px 2px 5px #909090;
@@ -249,7 +249,13 @@
min-width="40"
- ></el-table-column>
+ >
+ <template slot-scope="scope">
+ {{
+ scope.row.className ? scope.row.className : "-"
+ }}
+ </template>
+ </el-table-column>
<el-table-column label="操作" min-width="30">
<el-button