mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 12:01:57 +08:00
change icon in mode mobile (#602)
This commit is contained in:
parent
5c25117c4d
commit
999ce3de0a
@ -1,6 +1,12 @@
|
||||
<template>
|
||||
<div class="container-submenu-mobile container-context-menu">
|
||||
<svg-icon v-if="isPanelTypeMobile" :icon-class="iconDefault" @click="runAction(actions[0])" />
|
||||
<el-button
|
||||
type="text"
|
||||
style="right: 70%;position: absolute;"
|
||||
@click="runAction(actions[0])"
|
||||
>
|
||||
{{ $t('components.RunProcess') }}
|
||||
</el-button>
|
||||
<right-menu>
|
||||
<el-menu
|
||||
ref="contextMenu"
|
||||
|
Loading…
x
Reference in New Issue
Block a user