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

下拉全屏显示没有滚动条 #34

Open
CodeDome opened this issue Jul 16, 2020 · 4 comments
Open

下拉全屏显示没有滚动条 #34

CodeDome opened this issue Jul 16, 2020 · 4 comments

Comments

@CodeDome
Copy link

点击下拉,全屏显示没有滚动条且定位不再输入框下方
截屏2020-07-16 上午11 16 20
截屏2020-07-16 上午11 16 56

@Plortinus
Copy link
Owner

给个复现的库吧,更大可能是element-ui的问题,这个包只是提供了数据

@CodeDome
Copy link
Author

这个是集成到自己项目中的时候出现的,使用的库就是elementUI。引入的时候是按需引入的,是还差样式库吗?

@Plortinus
Copy link
Owner

可以改成全局引入element ui 测试一下是不是缺样式

@OFreshman
Copy link

点击下拉,全屏显示没有滚动条且定位不再输入框下方
截屏2020-07-16 上午11 16 20
截屏2020-07-16 上午11 16 56

给组件复写样式,给个最大高度就行

.el-cascader-menu__list {
    max-height: 300px;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants