forked from github/dataease
Merge pull request #4361 from dataease/pr@dev@style_edit-bar
style(仪表板): 仪表板视图编辑菜单样式调整
This commit is contained in:
commit
8dec739620
@ -17,7 +17,8 @@
|
|||||||
v-if="curComponent.type != 'custom-button'"
|
v-if="curComponent.type != 'custom-button'"
|
||||||
icon="el-icon-document-copy"
|
icon="el-icon-document-copy"
|
||||||
@click.native="copy"
|
@click.native="copy"
|
||||||
><span>{{ $t('panel.copy') }}(<span v-show="systemOS==='Mac'"><i class="icon iconfont icon-command" />+ D</span> <span v-show="systemOS!=='Mac'">Control + D</span>)</span>
|
><span>{{ $t('panel.copy') }} (<span v-show="systemOS==='Mac'"><i class="icon iconfont icon-command"
|
||||||
|
/>+ D</span> <span v-show="systemOS!=='Mac'">Control + D</span>)</span>
|
||||||
</el-dropdown-item>
|
</el-dropdown-item>
|
||||||
<el-dropdown-item
|
<el-dropdown-item
|
||||||
icon="el-icon-delete"
|
icon="el-icon-delete"
|
||||||
@ -86,9 +87,7 @@
|
|||||||
<el-dropdown-item
|
<el-dropdown-item
|
||||||
v-if="curComponent.type != 'custom-button'"
|
v-if="curComponent.type != 'custom-button'"
|
||||||
@click.native="hyperlinksSet"
|
@click.native="hyperlinksSet"
|
||||||
>
|
><i class="icon iconfont icon-chaolianjie1"/>{{ $t('panel.hyperlinks') }}
|
||||||
<i class="icon iconfont icon-font icon-chaolianjie1" />
|
|
||||||
{{ $t('panel.hyperlinks') }}
|
|
||||||
</el-dropdown-item>
|
</el-dropdown-item>
|
||||||
<el-dropdown-item
|
<el-dropdown-item
|
||||||
v-if="curComponent.type !== 'view' && !curComponent.auxiliaryMatrix"
|
v-if="curComponent.type !== 'view' && !curComponent.auxiliaryMatrix"
|
||||||
|
Loading…
Reference in New Issue
Block a user