-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
a-table 设置scroll时,表格无法滑动 #2552
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
Comments
你这个 http://localhost:8080 可是太经典了。。。能提供一个其他人可以访问的链接吗 |
主要是内网访问的,我可以张贴下代码
<a-table :scroll="{x:true,y: 600}"></a-table>
…------------------ 原始邮件 ------------------
发件人: "vueComponent/ant-design-vue" <[email protected]>;
发送时间: 2020年7月14日(星期二) 中午1:24
收件人: "vueComponent/ant-design-vue"<[email protected]>;
抄送: "小许"<[email protected]>;"Author"<[email protected]>;
主题: Re: [vueComponent/ant-design-vue] a-table 设置scroll时,表格无法滑动 (#2552)
你这个 http://localhost:8080 可是太经典了。。。能提供一个其他人可以访问的链接吗
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
@xrkffgg https://codesandbox.io/s/amazing-glade-xqp8o?file=/src/App.vue 设置scroll.y时header不能滚动 |
我的是表格加一个横向的滚动条,表头和内容错位,各位大佬有解决方案吗 |
楼主 :scroll="{x:1000, y: 200 }" 这样就可以了 |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Version
undefined
Environment
window chrome
Reproduction link
http://localhost:8080
Steps to reproduce
a-table 同时设置scroll{x:true, y: 600}时,只要scroll x为true, y为number时,就会出现
What is expected?
希望可以更改下
What is actually happening?
必现
The text was updated successfully, but these errors were encountered: