|
@@ -3,7 +3,7 @@
|
|
|
<div class="pb_content_body">
|
|
|
<div class="student_head">
|
|
|
<!-- <img src="../assets/banner.png" alt="" /> -->
|
|
|
- <el-carousel trigger="click" style="width: 100%; height: 300px">
|
|
|
+ <el-carousel trigger="click" style="width: 100%; height: 100%">
|
|
|
<el-carousel-item v-for="item in bannerList" :key="item.id">
|
|
|
<!-- <h3 class="small">{{ item }}</h3> -->
|
|
|
<img class="imgS" :src="item.poster" alt="" />
|
|
@@ -516,7 +516,7 @@ export default {
|
|
|
}
|
|
|
.student_head {
|
|
|
width: 100%;
|
|
|
- height: 30%;
|
|
|
+ /* height: 30%; */
|
|
|
}
|
|
|
|
|
|
.textOverflow {
|