|
@@ -53,7 +53,7 @@
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
</div>
|
|
|
- <div class="bottom-info" v-if="showBottomInfo&&isShowDetails">
|
|
|
+ <div class="bottom-info" v-if="showBottomInfo&&pageName=='forest'">
|
|
|
截止目前,在{{$store.state.addr.selectAddr}}内,
|
|
|
{{bottomInfo.courseName}}项目有
|
|
|
{{bottomInfo.smallClassCount}}个小班,
|
|
@@ -320,6 +320,10 @@ export default {
|
|
|
/deep/ .el-table tr {
|
|
|
background-color: transparent !important;
|
|
|
color: #fff;
|
|
|
+ &:hover{
|
|
|
+ cursor: pointer;
|
|
|
+ background: rgba(8,238,255,.1)!important;
|
|
|
+ }
|
|
|
}
|
|
|
/deep/ .el-table--enable-row-transition .el-table__body td,
|
|
|
.el-table .cell {
|