|
@@ -136,8 +136,8 @@
|
|
|
</div>
|
|
|
|
|
|
<!--档案柜-->
|
|
|
- <div class="hc-gather-card-box">
|
|
|
- <HcCardItem ui="hc-card-item-main" v-loading="tableLoading" v-if="tabKey === 'tab2'">
|
|
|
+ <div class="hc-gather-card-box gui" v-if="tabKey === 'tab2'">
|
|
|
+ <HcCardItem ui="hc-card-item-main" v-loading="tableLoading">
|
|
|
<el-carousel class="hc-file-cabinet" :autoplay="false" :loop="false" indicator-position="none" v-if="guiItemData.length > 0">
|
|
|
<el-carousel-item v-for="item in guiItemData">
|
|
|
<div class="hc-file-cabinet-gui" :class="isVideoShow?'hidden':''">
|