Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.3.0 Mobile Nested Menu Does Not Display Subtitles #4042

Closed
4 tasks done
CadenSkyHub opened this issue Jul 14, 2024 · 1 comment
Closed
4 tasks done

v1.3.0 Mobile Nested Menu Does Not Display Subtitles #4042

CadenSkyHub opened this issue Jul 14, 2024 · 1 comment
Labels
theme Related to the theme

Comments

@CadenSkyHub
Copy link

Describe the bug

v1.3.0 手机端嵌套菜单不显示小标题
v1.3.0 Mobile Nested Menu Does Not Display Subtitles

NavItem[]

const navBar: DefaultTheme.NavItem[] = [
    {text: '首页', link: '/index'},
    //-----------
    {
        text: '工具集',
        items: [
            {
                text: '工具1',
                noIcon:true,
                items: [
                    {text: 'a', link: '/a'},
                    {text: 'a', link: '/a'},
                    {text: 'a', link: '/a'},
                ]
            },
            {
                text: '工具2',
                items: [
                    {text: 'b', link: '/b'},
                    {text: 'b', link: '/b'},
                    {text: 'b', link: '/b'},
                ]
            }
        ]
    },
    //-----------
    {text: '关于我', link: '/about'}
]

手机端显示:
Mobile display:
image-20240714171615571

电脑端显示:
Computer display:
image-20240714171646379

当我使用 v1.2.3 时一切正常。
Everything worked fine when I was using v1.2.3.

My English is terrible, and I used a translation tool, so I hope this is understandable.

Reproduction

I have reproduced the issue. stackblitz

Expected behavior

正常显示
Displayed normally

System Info

System:
    OS: Windows 11 10.0.22631
    CPU: (32) x64 AMD Ryzen 9 7950X 16-Core Processor
    Memory: 38.28 GB / 63.19 GB
  Binaries:
    Node: 18.20.4 - ~\AppData\Local\fnm_multishells\106552_1720946934721\node.EXE
    npm: 10.7.0 - ~\AppData\Local\fnm_multishells\106552_1720946934721\npm.CMD
  Browsers:
    Edge: Chromium (126.0.2592.102)
    Internet Explorer: 11.0.22621.3527

Additional context

No response

Validations

@CadenSkyHub CadenSkyHub added the bug: pending triage Maybe a bug, waiting for confirmation label Jul 14, 2024
@brc-dd brc-dd added bug theme Related to the theme and removed bug: pending triage Maybe a bug, waiting for confirmation labels Jul 14, 2024
@brc-dd brc-dd closed this as completed in 01d0d45 Jul 14, 2024
@brc-dd
Copy link
Member

brc-dd commented Jul 14, 2024

Fixed in 1.3.1

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
theme Related to the theme
Projects
None yet
Development

No branches or pull requests

2 participants