yujialong 9 months ago
parent 8744db0254
commit 8198ae9034
  1. 2
      src/components/codemirror.vue

@ -1118,10 +1118,12 @@ export default {
margin-top: 10px; margin-top: 10px;
} }
.result { .result {
max-height: 300px;
font-size: 18px; font-size: 18px;
white-space: pre-wrap; white-space: pre-wrap;
line-height: 50px; line-height: 50px;
color: #333; color: #333;
overflow: auto;
} }
.pics { .pics {
display: flex; display: flex;

Loading…
Cancel
Save