|
@@ -1,25 +1,9 @@
|
|
|
<template>
|
|
|
<div class="main_right_height">
|
|
|
- <el-row>
|
|
|
- <el-col :span="1"> </el-col>
|
|
|
- <el-col :span="22">
|
|
|
- <div style="display: flex">
|
|
|
- <i
|
|
|
- class="el-icon-arrow-left"
|
|
|
- style="cursor: pointer; line-height: 1.5"
|
|
|
- @click="goBack()"
|
|
|
- ></i>
|
|
|
- <span class="musicTitle">音乐放松</span>
|
|
|
- </div>
|
|
|
-
|
|
|
- <!-- <el-divider></el-divider> -->
|
|
|
- </el-col>
|
|
|
- <el-col :span="1"> </el-col>
|
|
|
- </el-row>
|
|
|
-
|
|
|
+ <TopDes :flag='true' topDesFont='音乐放松'></TopDes>
|
|
|
<el-row class="pagin_class">
|
|
|
<el-col :span="1"> </el-col>
|
|
|
- <el-col :span="22" style="margin-bottom: 60px">
|
|
|
+ <el-col :span="22" style="margin-bottom: 16px">
|
|
|
<el-table
|
|
|
:header-cell-style="{
|
|
|
background: '#66B497',
|
|
@@ -587,6 +571,11 @@ export default {
|
|
|
width: 100px;
|
|
|
height: 100px;
|
|
|
} */
|
|
|
+.pagin_class {
|
|
|
+ height: 84vh;
|
|
|
+ overflow-y: scroll;
|
|
|
+}
|
|
|
+
|
|
|
.el-icon-video-pause {
|
|
|
cursor: pointer;
|
|
|
color: #57acbb;
|
|
@@ -617,9 +606,10 @@ export default {
|
|
|
margin-bottom: 5px;
|
|
|
}
|
|
|
.main_right_height {
|
|
|
- height: 95vh !important;
|
|
|
+ height: 100vh !important;
|
|
|
+ background: #ffffff;
|
|
|
display: block !important;
|
|
|
- overflow-y: auto !important;
|
|
|
+ overflow: auto;
|
|
|
}
|
|
|
|
|
|
.el-table {
|