sql执行器页面表格字段滚动条隐藏

This commit is contained in:
diant
2023-05-12 18:13:59 +08:00
parent 114d224cbf
commit 093b1b5b82
4 changed files with 7 additions and 3 deletions

View File

@@ -651,4 +651,8 @@ export default {
/deep/ .elx-table .elx-header--column.col--ellipsis {
height: 38px;
}
.el-textarea__inner::-webkit-scrollbar {
display: none;
}
</style>