refactor(接口测试): 数据库接口表头可复制 fixes #679
This commit is contained in:
parent
8d6f6f26e3
commit
4441824404
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue