修复BUG:
1.允许table表头被选中
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user