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

menu 组件水平使用分组菜单,下拉显示宽度固化,无法自适应。 #131

Closed
kvsl9 opened this issue Dec 16, 2016 · 0 comments

Comments

@kvsl9
Copy link

kvsl9 commented Dec 16, 2016

iView 版本号

0.9.10

操作系统/浏览器 版本号

Vue 版本号

10.26

能够复现问题的在线示例

复现步骤

					<Menu mode="horizontal" theme="primary" active-key="1">
						<Submenu key="1">
							<template slot="title">
								<Icon type="soup-can-outline"></Icon>
								数据管理
							</template>
							<Menu-group title="使用">
								<Menu-item key="1-1">新增和启动新增和启动</Menu-item>
								<Menu-item key="1-2">活跃分析</Menu-item>
								<Menu-item key="1-3">时段分析</Menu-item>
							</Menu-group>
							<Menu-group title="留存">
								<Menu-item key="1-4">用户留存</Menu-item>
								<Menu-item key="1-5">流失用户</Menu-item>
							</Menu-group>
						</Submenu>
### 问题现象,以及你期望的结果是怎样的? menu 组件水平使用分组菜单,下拉显示宽度固化,无法自适应。 ### 你估计可能的原因是什么(选填)?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant