mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 20:39:48 +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="w">
|
||||
<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 -->
|
||||
<el-button
|
||||
v-if="!isMobile"
|
||||
v-show="!isShowedRecordNavigation"
|
||||
:icon="iconShowedRecordNavigation"
|
||||
class="open-navegation"
|
||||
|
Loading…
x
Reference in New Issue
Block a user