|
@@ -78,7 +78,7 @@
|
|
|
<div class=" infinite-list" :style="dynamicStyle" >
|
|
|
<!-- style="display: flex;flex-wrap: wrap;" -->
|
|
|
<div v-if="inhgeshwe">
|
|
|
- <el-row :gutter="10">
|
|
|
+ <el-row :gutter="10" v-if="channelNumberList.length !=0">
|
|
|
<el-col :span="12" v-for="(item,index ) in channelNumberList" :key="index">
|
|
|
<div class="box_3dr flex-col" style="margin-bottom: 10px;" >
|
|
|
<div class="box_4 flex-row" style="justify-content: space-between;margin: 0;">
|
|
@@ -170,6 +170,9 @@
|
|
|
<!-- item.channelDetails == null?'height:200px; margin-bottom: 10px;' : -->
|
|
|
|
|
|
</el-row>
|
|
|
+ <div style="margin-top: 20px;display: flex;justify-content: center;align-items: center;" v-if="channelNumberList.length ==0">
|
|
|
+ <img src="../../../assets/images/zwshjbig.png" alt="" style="">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
|