fix(工具箱/JSON 格式化): 优化“输出内容”显示样式,解决内容较多时行号显示不全的问题
This commit is contained in:
@@ -225,7 +225,9 @@ function sortObjectKeys(obj) {
|
||||
.json-output {
|
||||
user-select: text;
|
||||
|
||||
:deep(pre) {
|
||||
:deep(.__code__) {
|
||||
flex-grow: 1;
|
||||
width: 0;
|
||||
overflow-x: auto;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user