-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(module:tabs): tabs add btn disappear after all tab closed (#7076)
* fix: fix Tabs adding & closable error There is a problem with the tabs component. When opening and closing the tab page and the Add button, if all the open tab pages are closed, the Add button will not be found. This problem can be repeated in the official website document demo. Tabs组件有一个问题,当开启关闭tab页和添加按钮时,如果把开启的tab页全部关掉,添加按钮也找不到了,这个问题在官网文档demo中即可复现。 https://ng.ant.design/components/tabs/en#components-tabs-demo-card-top * fix(module:tabs): tabs add btn disappear after all tab closed 1.Move the add btn height css to patch.less from index.less 2.Add the btn shown test close #7077
- Loading branch information
Showing
3 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters