File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed
Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 2828 </div >
2929</template >
3030
31- <style >
31+ <style scoped >
3232 .mp-dialog-mask {
3333 position : fixed ;
3434 z-index : 9998 ;
Original file line number Diff line number Diff line change 1010</template >
1111
1212<style >
13- #mp-input-area {
14- height : 100% ;
15- }
1613 /* hack CodeMirror */
1714 .CodeMirror {
1815 height : 100% !important ;
2926 }
3027 </style >
3128
29+ <style scoped>
30+ #mp-input-area {
31+ height : 100% ;
32+ }
33+ </style >
34+
3235<script >
3336import {codemirror } from ' vue-codemirror-lite'
3437import ' codemirror/mode/markdown/markdown.js'
Original file line number Diff line number Diff line change 3030 </div >
3131</template >
3232
33- <style >
33+ <style scoped >
3434 #mp-editor-toolbar {
3535 float : left ;
3636 width : 100% ;
Original file line number Diff line number Diff line change 44 </div >
55</template >
66
7- <style >
7+ <style scoped >
88 #mp-preview-content {
99 color : #333 ;
1010 padding : 10px ;
Original file line number Diff line number Diff line change 1111 </div >
1212</template >
1313
14- <style >
15-
14+ <style scoped>
1615 #mp-toolbar {
1716 box-sizing : border-box ;
1817 background-color : white ;
You can’t perform that action at this time.
0 commit comments