mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-09 18:47:43 +00:00
perf: 优化长命令记录页面自动换行
This commit is contained in:
parent
25412567df
commit
36d391d874
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<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 }}
|
{{ '$ '+ row.input }}
|
||||||
<br>
|
<br>
|
||||||
{{ row.output }}
|
{{ row.output }}
|
||||||
|
Loading…
Reference in New Issue
Block a user