ztxkui 2.9.7 → 2.9.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,7 +31,7 @@ function useColumns(props) {
31
31
  var _column = __assign({}, col);
32
32
  // 添加超出隐藏
33
33
  // !_column.render 兼容下拉框滚动行为,设置了ellipsis的话,会导致overflow:hidden,导致一些问题
34
- if (_column.ellipsis !== false && !_column.render) {
34
+ if (_column.ellipsis !== false) {
35
35
  _column.ellipsis = true;
36
36
  }
37
37
  // 如果列需要编辑
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "2.9.7",
3
+ "version": "2.9.8",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",