feat(caixun): 隐藏视频相关统计和切换功能
This commit is contained in:
parent
b3a9ff3671
commit
8133799a27
|
|
@ -28,10 +28,10 @@
|
|||
<text class="st_title">H5总数</text>
|
||||
</div>
|
||||
|
||||
<div class="st_item">
|
||||
<!-- <div class="st_item">
|
||||
<text class="st_num">{{ stData.st3 }}</text>
|
||||
<text class="st_title">视频总数</text>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
<div class="right_tabs">
|
||||
<div :class="['tab_item', { active: tabIndex === 0 }]" @click="tabIndexChange(0)">H5</div>
|
||||
|
||||
<div :class="['tab_item', { active: tabIndex === 1 }]" @click="tabIndexChange(1)">视频</div>
|
||||
<!-- <div :class="['tab_item', { active: tabIndex === 1 }]" @click="tabIndexChange(1)">视频</div> -->
|
||||
</div>
|
||||
|
||||
<el-input
|
||||
|
|
@ -540,6 +540,7 @@ $maxWidth: 100vw;
|
|||
|
||||
.top_right {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
width: 22vw;
|
||||
height: 100%;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Reference in New Issue