refactor:foramt views/component-demo

This commit is contained in:
Pan
2017-11-17 17:51:41 +08:00
parent 46b4f74969
commit d20585a3f9
35 changed files with 289 additions and 446 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class='json-editor'>
<textarea ref='textarea'></textarea>
<div class="json-editor">
<textarea ref="textarea"></textarea>
</div>
</template>
@@ -57,7 +57,6 @@ export default {
.CodeMirror {
height: 100%;
}
.json-editor .cm-s-rubyblue span.cm-string {
color: #F08047;
}