Explorar el Código

fix bug

master
chutingting hace 1 año
padre
commit
50df2df681
Se han modificado 3 ficheros con 11 adiciones y 5 borrados
  1. +1
    -1
      src/components/hotNews/index.vue
  2. +5
    -2
      src/views/home/index.vue
  3. +5
    -2
      src/views/metadaily/index.vue

+ 1
- 1
src/components/hotNews/index.vue Ver fichero

@@ -55,7 +55,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.hotnews { .hotnews {
min-height: 100px; min-height: 100px;
margin-top: 20px;
// margin-top: 20px;
min-height: 470px; min-height: 470px;
background-color: #FFFFFF; background-color: #FFFFFF;
display: flex; display: flex;


+ 5
- 2
src/views/home/index.vue Ver fichero

@@ -50,7 +50,7 @@
</div> </div>
<div class="yyzrbimg lr" > <div class="yyzrbimg lr" >
<img class="videoImage" :src="item.news.videoImage" /> <img class="videoImage" :src="item.news.videoImage" />
<img class="play" src="@/assets/play.png" @click="videoPlayer(item)" :id="'daplay'+index">
<!-- <img class="play" src="@/assets/play.png" @click="videoPlayer(item)" :id="'daplay'+index"> -->
</div> </div>
</el-carousel-item> </el-carousel-item>
</el-carousel> </el-carousel>
@@ -66,7 +66,7 @@
<el-button type="primary" class="wkbtn" size="medium">点击进入</el-button> <el-button type="primary" class="wkbtn" size="medium">点击进入</el-button>
</a> </a>
</div> </div>
<el-dialog title="" v-if="videoDialogVisible" :visible.sync="videoDialogVisible" width="50%">
<el-dialog title="" v-if="videoDialogVisible" :visible.sync="videoDialogVisible" :lock-scroll="false" :append-to-body="true" width="50%">
<VideoDialog :url="videoUrl" :lock-scroll="false" :append-to-body="true"></VideoDialog> <VideoDialog :url="videoUrl" :lock-scroll="false" :append-to-body="true"></VideoDialog>
</el-dialog> </el-dialog>
</div> </div>
@@ -332,6 +332,9 @@ export default {
} }
} }
} }
#hot .content .top {
margin-bottom: 30px;
}
#hot :deep .el-carousel__indicators--horizontal , #daliay :deep .el-carousel__indicators--horizontal { #hot :deep .el-carousel__indicators--horizontal , #daliay :deep .el-carousel__indicators--horizontal {
right: 50px; right: 50px;
left: auto; left: auto;


+ 5
- 2
src/views/metadaily/index.vue Ver fichero

@@ -352,9 +352,12 @@ export default {
background-repeat: no-repeat; background-repeat: no-repeat;
} }
} }
#daliay {
margin-bottom: 30px;
}
.gg { .gg {
margin: 30px auto;
margin: 0 auto;
margin-bottom: 30px;
width: 1200px; width: 1200px;
img { img {
width: 100%; width: 100%;


Cargando…
Cancelar
Guardar