Merge pull request #982 from dataease/pr@dev@feat_more

feat:视图、数据集title后增加'...'图标
This commit is contained in:
XiaJunjie2020 2021-10-20 11:48:30 +08:00 committed by GitHub
commit 80fbee591c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
@hide="hideTab"
>
<dataset-chart-detail type="chart" :data="view" :tab-status="tabStatus" />
<svg-icon slot="reference" icon-class="more_v" style="cursor: pointer;" />
<svg-icon class="title-text" slot="reference" icon-class="more_v" style="cursor: pointer;" />
</el-popover>
<span style="float: right;line-height: 40px;">
<!-- <el-button v-if="hasDataPermission('manage',param.privileges)" size="mini" @click="changeDs">-->

View File

@ -13,7 +13,7 @@
@hide="hideTab"
>
<dataset-chart-detail type="dataset" :data="table" :tab-status="tabStatus" />
<svg-icon slot="reference" icon-class="more_v" style="cursor: pointer;" />
<svg-icon slot="reference" class="title-text" icon-class="more_v" style="cursor: pointer;" />
</el-popover>
<el-row v-if="hasDataPermission('manage',param.privileges)" style="float: right">
<el-dropdown v-if="table.type ==='excel'" style="margin-right: 10px;" size="small" trigger="click" @command="clickEditExcel">