1
0
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:
Elsio Sanchez 2021-02-25 16:39:39 -04:00 committed by GitHub
parent 5c25117c4d
commit 999ce3de0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"