提交 2cbdf526 authored 作者: wangjiahao's avatar wangjiahao

fix: 去掉缩略图

上级 a588e9e2
...@@ -13,9 +13,6 @@ ...@@ -13,9 +13,6 @@
<span slot="reference" style="line-height: 40px;cursor: pointer;">{{ view.name }}</span> <span slot="reference" style="line-height: 40px;cursor: pointer;">{{ view.name }}</span>
</el-popover> </el-popover>
<span style="float: right;line-height: 40px;"> <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"> <el-button size="mini" @click="closeEdit">
{{ $t('commons.save') }} {{ $t('commons.save') }}
</el-button> </el-button>
......
...@@ -42,14 +42,14 @@ ...@@ -42,14 +42,14 @@
</span> </span>
</el-tree> </el-tree>
</el-row> </el-row>
<el-row v-if="detailItem&&detailItem.snapshot" class="detail-class"> <!-- <el-row v-if="detailItem&&detailItem.snapshot" class="detail-class">-->
<el-card class="filter-card-class"> <!-- <el-card class="filter-card-class">-->
<div slot="header" class="button-div-class"> <!-- <div slot="header" class="button-div-class">-->
<span>{{ detailItem.name }}</span> <!-- <span>{{ detailItem.name }}</span>-->
</div> <!-- </div>-->
<img draggable="false" class="view-list-thumbnails" :src="detailItem.snapshot" alt=""> <!-- <img draggable="false" class="view-list-thumbnails" :src="detailItem.snapshot" alt="">-->
</el-card> <!-- </el-card>-->
</el-row> <!-- </el-row>-->
</el-row> </el-row>
</el-col> </el-col>
</template> </template>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论