修复BUG:

1.允许table表头被选中
This commit is contained in:
猿小天
2023-12-26 11:50:52 +08:00
parent 86e33e44e1
commit 85f5ff1935
2 changed files with 8 additions and 1 deletions

View File

@@ -256,6 +256,13 @@
.el-button.is-text {
padding: 0;
}
th.el-table__cell{
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select:text !important;
}
}
/* scrollbar