Replies: 1 comment
-
https://www.naiveui.com/zh-CN/os-theme/components/log |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
N-log 怎么高亮某些关键字(如error、info)
<NLog
rows={30}
log={this.logRef}
language='json'
hljs={hljs}
loading={this.logLoadingRef}
style={{
height: isFullscreen ? 'calc(100vh - 140px)' : '525px'
}}
/>
Beta Was this translation helpful? Give feedback.
All reactions