|
@@ -152,6 +152,7 @@
|
|
label="班级"
|
|
label="班级"
|
|
min-width="20"
|
|
min-width="20"
|
|
align="center"
|
|
align="center"
|
|
|
|
+ show-overflow-tooltip
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div>{{ scope.row.class ? scope.row.class : "暂无班级" }}</div>
|
|
<div>{{ scope.row.class ? scope.row.class : "暂无班级" }}</div>
|
|
@@ -4345,7 +4346,7 @@ export default {
|
|
background: #fff;
|
|
background: #fff;
|
|
height: 100%;
|
|
height: 100%;
|
|
/* padding-top: 40px; */
|
|
/* padding-top: 40px; */
|
|
- padding: 40px 30px 0;
|
|
|
|
|
|
+ padding: 40px 30px 10px;
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
width: 90%;
|
|
width: 90%;
|
|
box-shadow: 2px 2px 5px #909090;
|
|
box-shadow: 2px 2px 5px #909090;
|