Skip to content

谷歌浏览器开发者模式下,点击屏幕调试后左侧菜单栏收起,且折叠图标失效 #1584

Closed
@huyu18

Description

@huyu18
版本号:2.2.1
问题描述:谷歌浏览器开发者模式下,打开屏幕调试后左侧菜单栏收起,且折叠图标失效
截图&代码:

image
image
image

友情提示: 未按格式要求发帖,会直接删掉。

Activity

zhangdaiscott

zhangdaiscott commented on Aug 12, 2020

@zhangdaiscott
Member

已经解决下个版本发布

muYouGou

muYouGou commented on Sep 7, 2020

@muYouGou

将 \src\components\page\GlobalLayout.vue 第5行 v-if 改成v-show 即可 23行添加 v-show="device === 'desktop'" 即可就该这个bug

muYouGou

muYouGou commented on Sep 7, 2020

@muYouGou

将 \src\components\page\GlobalLayout.vue 第5行 v-if 改成v-show 即可 23行添加 v-show="device === 'desktop'" 即可就该这个bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @zhangdaiscott@muYouGou@huyu18

        Issue actions

          谷歌浏览器开发者模式下,点击屏幕调试后左侧菜单栏收起,且折叠图标失效 · Issue #1584 · jeecgboot/JeecgBoot