记录element table中展开行功能中内容选中

如题

双击选中展开行中内容时,如果只能选中一个td,那么这是因为你设置了fixed,删除即可
另外,通过css user-select: all; 可以点击选中文本

你可能感兴趣的:(记录element table中展开行功能中内容选中)