-
Notifications
You must be signed in to change notification settings - Fork 99
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
dialog控件无法滚动 #29
Comments
这个问题还有解吗?不行把vue-popup当做组件写到项目里也可以啊,用npm包完全没法修改啊 |
可以这么解决: <d-dialog title="title" width="800">
<div style="height: 400px; overflow: auto;">
</div>
</div> |
我的天,你这是在质疑我的智商吗。。 |
我好像理解错了。 |
是的,原谅我表达能力有限,让你两个月后才知道我在说什么 很多时候是不希望跟同时滚动的,所以人们做了一个modal外层承载dialogbootstrap的做法非常简单
而目前问题在于你们的dialog插件是继承了vue-popup这个根本没有托管在github的npm组件
是不是再截个图,你才能看的懂我说的是什么? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dialog控件遇到过长内容时无法滚动。
经验证是在结构上与modal脱离了,导致没有一个可提供滚动的外层
内部通过继承vue-popup实现的,也不好扩展
The text was updated successfully, but these errors were encountered: