日志换行
This commit is contained in:
parent
2f33c3185b
commit
9c73b64423
1 changed files with 6 additions and 0 deletions
|
@ -24,3 +24,9 @@ const log_ele = inject('log_ele')
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
pre {
|
||||||
|
word-break: break-all !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue