|
|
@ -833,8 +833,9 @@ export default { |
|
|
|
|
|
|
|
|
.json-viewer pre { |
|
|
.json-viewer pre { |
|
|
margin: 0; |
|
|
margin: 0; |
|
|
font-family: 'Courier New', Courier, monospace; |
|
|
|
|
|
|
|
|
font-family: 'Microsoft YaHei', 'Courier New', Courier, monospace; |
|
|
font-size: 13px; |
|
|
font-size: 13px; |
|
|
|
|
|
//font-weight: bold; |
|
|
line-height: 1.6; |
|
|
line-height: 1.6; |
|
|
color: #333; |
|
|
color: #333; |
|
|
white-space: pre-wrap; |
|
|
white-space: pre-wrap; |
|
|
|