From e6df859df48eeffaa19a01db66c7e55fb8c85d2e Mon Sep 17 00:00:00 2001 From: baiyaaaaa Date: Wed, 28 Sep 2016 12:35:24 +0800 Subject: [PATCH] fixed styled --- examples/app.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/app.vue b/examples/app.vue index ce00bc22e..00b175815 100644 --- a/examples/app.vue +++ b/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;