-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Tabs 与 router 组合使用时并不友好「 Tabs
are not friendly when used in combination with router
」
#1630
Comments
可以参考下ant-design-vue 的tabs卡片式页签 https://next.antdv.com/components/tabs-cn/#Tabs- |
I planned to add make tabs work without panel. That may solve some of you problems. |
When there are too many 'tabs', I need to control the left and right scrolling buttons, and the activated' tab 'needs to be automatically visible. Don't know if it can? At least I need to control its scrolling |
What does
mean? |
当切换菜单时, |
Scroll into view automatically? |
Yes, need to scroll into view automatically |
We will try to solve it later. |
When |
We may use ant design like solution in the future |
This function solves the problem (这个功能解决的问题)
Tabs 的内容有时需要通过路由加载不同内容
例如 中后台 的页面标签功能,不知 Tabs 能否支持一下
The contents of
tabs
sometimes need to load different contents through routing,For example, I wonder if
tabs
can support the page label function in the middle and background.Expected API (期望的 API)
期望 Tabs 可用于 中后台 的页面标签功能(与菜单类似,可切换路由页面)
还有Tabs的数量过多时,只能通过鼠标滚轮进行滚动,并无法添加左右滚动按钮
当我尝试使用 Tabs 作为页面标签时,Tabs 下方会出现一行空白内容
对了,还有 TabPane 右键菜单功能
It is expected that
tabs
can be used for the page label function in the middle and background (similar to the menu, you can switch the routing page);In addition, when the number of
tabs
is too large, you can only scroll through the mouse wheel, and you cannot add left and right scroll buttons;When I try to use
tabs
as a page label, a blank line appears below thetabs
.By the way, there is also the
tabpane
right-click menu function.The text was updated successfully, but these errors were encountered: