We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027329d commit 86206ccCopy full SHA for 86206cc
packages/style/ve-table.less
@@ -23,6 +23,8 @@
23
overflow-y: auto;
24
height: 100%;
25
width: 100%;
26
+ // 修复嵌套表格外层开启单元格选择,子表格未开启单元格选择,导致默认文字无法选中的问题
27
+ user-select: text;
28
29
// table content wrapper
30
.ve-table-content-wrapper {
0 commit comments