fix: 去掉缩略图

This commit is contained in:
wangjiahao 2021-05-21 15:18:54 +08:00
parent a588e9e29a
commit 2cbdf52611
2 changed files with 8 additions and 11 deletions

View File

@ -13,9 +13,6 @@
<span slot="reference" style="line-height: 40px;cursor: pointer;">{{ view.name }}</span>
</el-popover>
<span style="float: right;line-height: 40px;">
<el-button size="mini" :loading="loading" @click="saveSnapshot">
{{ $t('chart.save_snapshot') }}
</el-button>
<el-button size="mini" @click="closeEdit">
{{ $t('commons.save') }}
</el-button>

View File

@ -42,14 +42,14 @@
</span>
</el-tree>
</el-row>
<el-row v-if="detailItem&&detailItem.snapshot" class="detail-class">
<el-card class="filter-card-class">
<div slot="header" class="button-div-class">
<span>{{ detailItem.name }}</span>
</div>
<img draggable="false" class="view-list-thumbnails" :src="detailItem.snapshot" alt="">
</el-card>
</el-row>
<!-- <el-row v-if="detailItem&&detailItem.snapshot" class="detail-class">-->
<!-- <el-card class="filter-card-class">-->
<!-- <div slot="header" class="button-div-class">-->
<!-- <span>{{ detailItem.name }}</span>-->
<!-- </div>-->
<!-- <img draggable="false" class="view-list-thumbnails" :src="detailItem.snapshot" alt="">-->
<!-- </el-card>-->
<!-- </el-row>-->
</el-row>
</el-col>
</template>