From 6c145a0466f47f45985be735b32c6f701a98a68f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Sat, 12 Nov 2016 20:14:06 +0800 Subject: [PATCH] fixed #77 fixed #77 --- dist/styles/article.css | 2 +- src/components/input/input.vue | 4 ++-- src/styles/article/index.less | 7 +++++++ test/app.vue | 1 + test/routers/input.vue | 1 + test/routers/slider.vue | 3 +++ 6 files changed, 15 insertions(+), 3 deletions(-) diff --git a/dist/styles/article.css b/dist/styles/article.css index c5b0a0ad..b5715c6c 100644 --- a/dist/styles/article.css +++ b/dist/styles/article.css @@ -1 +1 @@ -.ivu-article h1{font-size:26px;font-weight:400}.ivu-article h2{font-size:20px;font-weight:400}.ivu-article h3{font-size:16px;font-weight:400}.ivu-article h4{font-size:14px;font-weight:400}.ivu-article h5,.ivu-article h6{font-size:12px;font-weight:400}.ivu-article blockquote{padding:5px 5px 3px 10px;line-height:1.5;border-left:4px solid #ddd;margin-bottom:20px;color:#666;font-size:14px}.ivu-article ul{padding-left:40px;list-style-type:disc}.ivu-article li{margin-bottom:5px;font-size:14px}.ivu-article ol ul,.ivu-article ul ul{list-style-type:circle}.ivu-article p{margin:5px;font-size:14px} \ No newline at end of file +.ivu-article h1{font-size:26px;font-weight:400}.ivu-article h2{font-size:20px;font-weight:400}.ivu-article h3{font-size:16px;font-weight:400}.ivu-article h4{font-size:14px;font-weight:400}.ivu-article h5,.ivu-article h6{font-size:12px;font-weight:400}.ivu-article blockquote{padding:5px 5px 3px 10px;line-height:1.5;border-left:4px solid #ddd;margin-bottom:20px;color:#666;font-size:14px}.ivu-article ul{padding-left:40px;list-style-type:disc}.ivu-article li{margin-bottom:5px;font-size:14px}.ivu-article ol ul,.ivu-article ul ul{list-style-type:circle}.ivu-article p{margin:5px;font-size:14px}.ivu-article a[target="_blank"]:after{content:"\F220";font-family:Ionicons;color:#aaa;margin-left:2px} \ No newline at end of file diff --git a/src/components/input/input.vue b/src/components/input/input.vue index eb1a9dbd..fec631e9 100644 --- a/src/components/input/input.vue +++ b/src/components/input/input.vue @@ -4,7 +4,7 @@
@import "../src/styles/index.less"; @import "../src/styles/package.less"; + @import "../src/styles/article/index.less";