forked from github/dataease
fix: 去掉缩略图
This commit is contained in:
parent
a588e9e29a
commit
2cbdf52611
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user