refactor(接口测试): 数据库接口表头可复制 fixes #679

This commit is contained in:
chenjianxing 2020-12-04 10:42:53 +08:00
parent 8d6f6f26e3
commit 4441824404
1 changed files with 8 additions and 0 deletions

View File

@ -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;
}
</style>