-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Data Form组件的width和ellipsis只有在最末列填写时才会奏效 #934
Comments
不是个bug吧,只是没设置table-layout |
大佬,我的意思是,从代码角度看hasEllpisis,初始值是false,然后遍历column,如果有设置ellipsis的列,则hasEllpisis就是true了。 不能因为后面还有其他的列没有设置ellipsis,就把这个hasEllpisis的值给改回false吧。 hasEllpisis的意思不是说“我有N个列,其中只要有需要缩写的列就为true”吗? |
你说的是对的,这是个 bug |
@Volankey 这个尽快修一下 |
fixed in #1246 |
借楼,datable的column属性可以添加一个最小宽度吗?这样在大屏幕的时候可以实现铺满没有滚动条,在小屏幕宽度不够的时候自动出现滚动条 @07akioni |
你先试试在 |
可以,但是我又发现另外一个不确定是不是bug的问题,我把datatable的样子改成了flex布局后滚动条不显示了,但是我用触摸屏可以滚动 |
这东西实际上还是挺复杂的,你期望中的表现未必能出现,必须要具体情况具体分析,我自己试过的组合就不下十几种 |
TuSimple/naive-ui version (版本)
2.16.5
Vue version (Vue 版本)
3.2.4
Browser and its version (浏览器及其版本)
chrome
System and its version (系统及其版本)
win
Node version (Node 版本)
Reappearance link (重现链接)
https://codesandbox.io/s/51uhf?file=/src/Demo.vue
Reappearance steps (重现步骤)
如果在除了最后一列的任何一列加上这些property,并不会奏效。
但是如果在最后一列加上property,全部列都会正常工作。
Expected results (期望的结果)
任何一列使用省略与宽度
Actual results (实际的结果)
property不奏效
Remarks (补充说明)
The text was updated successfully, but these errors were encountered: