|
|
|
@ -464,44 +464,10 @@ export default { |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
|
.wrap { |
|
|
|
|
padding: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.text-right { |
|
|
|
|
text-align: right; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.text-red { |
|
|
|
|
color: #f00; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
code, |
|
|
|
|
kbd, |
|
|
|
|
samp { |
|
|
|
|
font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, 'microsoft yahei', arial, STHeiTi, sans-serif; |
|
|
|
|
word-wrap: break-word; |
|
|
|
|
white-space: pre-wrap; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/deep/ pre { |
|
|
|
|
white-space: pre-wrap; |
|
|
|
|
/* css-3 */ |
|
|
|
|
white-space: -moz-pre-wrap; |
|
|
|
|
/* Mozilla, since 1999 */ |
|
|
|
|
white-space: pre-wrap; |
|
|
|
|
/* Opera 4-6 */ |
|
|
|
|
white-space: -o-pre-wrap; |
|
|
|
|
/* Opera 7 */ |
|
|
|
|
word-wrap: break-word; |
|
|
|
|
/* Internet Explorer 5.5+ */ |
|
|
|
|
word-break: break-all; |
|
|
|
|
overflow: hidden; |
|
|
|
|
font-size: 12px; |
|
|
|
|
font-weight: 400; |
|
|
|
|
font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, 'microsoft yahei', arial, STHeiTi, sans-serif; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/deep/.report { |
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
|
@ -779,7 +745,7 @@ samp { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.right { |
|
|
|
|
width: calc(100% - 325px); |
|
|
|
|
width: calc(100% - 305px); |
|
|
|
|
height: calc(100vh - 287px); |
|
|
|
|
padding: 10px; |
|
|
|
|
background-color: #fff; |
|
|
|
|