Browse Source

fixed styled

baiyaaaaa 8 years ago
parent
commit
e6df859df4
1 changed files with 7 additions and 0 deletions
  1. 7 0
      examples/app.vue

+ 7 - 0
examples/app.vue

@@ -25,6 +25,13 @@
     text-decoration: none;
   }
 
+  button, input, select, textarea {
+    font-family: inherit;
+    font-size: inherit;
+    line-height: inherit;
+    color: inherit;
+  }
+
   .hljs {
     line-height: 1.8;
     font-family: Menlo, Monaco, Consolas, Courier, monospace;