-
Notifications
You must be signed in to change notification settings - Fork 595
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
element-ui dialog弹框里面写的下拉框el-select左右错位 #74
Comments
这应该是属于element自己的问题,可以查找一下dom元素的css就知道问题了。
|
谢谢你给了我思路 我是这样解决的 在子应用里加上 body{position:relative;} .el-popper,.el-picker-panel{position:absolute!important;} 目前来看是没有问题的 |
将 position 从 fixed 改成 absolute 会导致 有滚动条的时候 定位异常的 |
@powershell-js 并不能这么做 |
小老弟,我也被这个困扰了很久,这个问题我已经有了完美解决办法了,且子应用改造为0。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
描述bug
element-ui dialog弹框里面写的下拉框el-select左右错位
左侧菜单栏是主应用,右侧是子应用;右侧里面的dialog弹框里面写的el-select下拉框错位 加了body{position:relative;}上下错位好了 但还是有左右错位问题
如何复现
给出详细的复现步骤
1、第一步 xxx
2、 第二步 xxx
错误截图
最小复现仓库或者地址
重要!!!,请尽量给出复现仓库,这样能极大加快bug解决速度
The text was updated successfully, but these errors were encountered: