소스 검색

Merge pull request #172 from baiyaaaaa/update-docs

fixed docs style
cinwell.li 8 년 전
부모
커밋
214fcfd04a
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  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;