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

This commit is contained in:
xiaonuobase 2023-04-07 11:44:41 +08:00
parent 308d08b81f
commit 85a96962e0

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>