fix mobile mode left button error (#616)

Co-authored-by: Elsio Sanchez <elsiosanche@gmail.com>
pull/3759/head
Elsio Sanchez 2021-03-01 20:45:50 -04:00 committed by GitHub
parent c0b3c2f5c3
commit a52754af7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

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