style: 调整代码编辑器滚动条样式,添加右边距

main
wu.jian2 1 year ago
parent 4d62c0e8d8
commit 1bc666945f

@ -605,6 +605,7 @@ export default {
top: 0;
overflow-x: hidden;
overflow-y: scroll;
margin-right: 4px;
}
/* Webkit浏览器滚动条样式 */

@ -1432,5 +1432,3 @@ export default {
width: 100% !important;
}
</style>
<style></style>

@ -1173,6 +1173,7 @@ return ElasticsearchDsService.query(host, port, username, password, path, dsl);
top: 0;
overflow-x: hidden;
overflow-y: scroll;
margin-right: 4px;
}
/* Webkit浏览器滚动条样式 */

Loading…
Cancel
Save