mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-13 07:04:21 +08:00
fix mobile mode left button error (#616)
Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
This commit is contained in:
parent
c0b3c2f5c3
commit
a52754af7f
@ -173,8 +173,17 @@
|
|||||||
<div class="small-4 columns">
|
<div class="small-4 columns">
|
||||||
<div class="w">
|
<div class="w">
|
||||||
<div class="open-left" />
|
<div class="open-left" />
|
||||||
|
<el-button
|
||||||
|
v-if="isMobile"
|
||||||
|
:icon="iconShowedRecordNavigation"
|
||||||
|
circle
|
||||||
|
style="position: absolute;top: 40%;"
|
||||||
|
type="primary"
|
||||||
|
@click="handleChangeShowedRecordNavigation(true)"
|
||||||
|
/>
|
||||||
<!-- open record navigation and advanced query if is closed -->
|
<!-- open record navigation and advanced query if is closed -->
|
||||||
<el-button
|
<el-button
|
||||||
|
v-if="!isMobile"
|
||||||
v-show="!isShowedRecordNavigation"
|
v-show="!isShowedRecordNavigation"
|
||||||
:icon="iconShowedRecordNavigation"
|
:icon="iconShowedRecordNavigation"
|
||||||
class="open-navegation"
|
class="open-navegation"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user