diff --git a/frontend/src/business/components/api/report/components/SqlResultTable.vue b/frontend/src/business/components/api/report/components/SqlResultTable.vue index 5406710eef..20c499c0f8 100644 --- a/frontend/src/business/components/api/report/components/SqlResultTable.vue +++ b/frontend/src/business/components/api/report/components/SqlResultTable.vue @@ -118,4 +118,12 @@ max-height: 500px; } + .el-table >>> th { + -webkit-user-select: text; + -khtml-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; + } +