【更新】操作日志详情高亮组件增加滚动条

pull/105/head
xiaonuobase 2023-04-07 11:44:41 +08:00
parent 308d08b81f
commit 85a96962e0
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@
}*/
/** 滚动条 */
/*:deep(.hljs,.hljs-container) {
:deep(.hljs,.hljs-container) {
max-height: 300px!important;
overflow-x: auto;
}
@ -87,5 +87,5 @@
::-webkit-scrollbar-button {
display: none;
}*/
}
</style>