Closed Tdota2 closed 7 months ago
代码版本 "@surely-vue/table": "^4.3.3", "ant-design-vue": "^4.1.2", "vue": "^3.2.16"
demo地址:(可复现) https://github.com/Tdota2/STable-test.git
demo现象: 最新版本中,同时设置rowHeight和column的autoHeight,rowHeight失效,会使用autoHeight属性,导致行高变小。之前的4.2.x版本中,会优先rowHeight属性。 是逻辑调整还是bug?
逻辑调整,如果是之前的逻辑, autoHeight 就没有存在的必要了
autoHeight 就没有存在的必要了
好的,那我修改我的逻辑。因为功能使用之前的逻辑,对于同一个表格,为了优化部分客户的性能,使用rowHeight来固定行高,这样的话我修改为限制autoHeight。
代码版本 "@surely-vue/table": "^4.3.3", "ant-design-vue": "^4.1.2", "vue": "^3.2.16"
demo地址:(可复现) https://github.com/Tdota2/STable-test.git
demo现象: 最新版本中,同时设置rowHeight和column的autoHeight,rowHeight失效,会使用autoHeight属性,导致行高变小。之前的4.2.x版本中,会优先rowHeight属性。 是逻辑调整还是bug?