mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-02 07:27:01 +00:00
perf: 优化长命令记录页面自动换行
This commit is contained in:
parent
25412567df
commit
36d391d874
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<pre style="border: none; background: none; white-space: pre-wrap;padding: 10px 20px">
|
||||
<pre style="border: none; background: none; white-space: pre-wrap; word-wrap: break-word; padding: 10px 20px">
|
||||
{{ '$ '+ row.input }}
|
||||
<br>
|
||||
{{ row.output }}
|
||||
|
Loading…
Reference in New Issue
Block a user