You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch to the second tab, which has no underline selected
What is expected?
Switch to the second tab. Subtabs are underlined
What is actually happening?
Switch to the second tab, which has no underline selected
Environment
Info
ng-zorro-antd
8.1.2
Browser
版本 74.0.3729.169(正式版本) (32 位)
It may be that the display: none style is set, and the underlined element cannot get the width.
I looked at the source code. The tabs component is implemented in a way similar to the Angular Material tabs component. They also have similar problems that have not been solved.
The text was updated successfully, but these errors were encountered:
Reproduction link
https://stackblitz.com/edit/angular-mbwrpo
Steps to reproduce
Switch to the second tab, which has no underline selected
What is expected?
Switch to the second tab. Subtabs are underlined
What is actually happening?
Switch to the second tab, which has no underline selected
It may be that the display: none style is set, and the underlined element cannot get the width.
I looked at the source code. The tabs component is implemented in a way similar to the Angular Material tabs component. They also have similar problems that have not been solved.
The text was updated successfully, but these errors were encountered: