From b3159a1e4f15e5232034624da7613e17a6c4f019 Mon Sep 17 00:00:00 2001 From: wangkesi Date: Fri, 12 Oct 2018 11:28:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/goods-classify.vue | 6 +++--- src/view/home.vue | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/view/goods-classify.vue b/src/view/goods-classify.vue index 1180cfa..04377e2 100644 --- a/src/view/goods-classify.vue +++ b/src/view/goods-classify.vue @@ -281,9 +281,9 @@ export default { word-break: break-all; i { font-style: normal; - background: rgba(255, 242, 229, 1); - padding: 0rem 0.1rem; - line-height: 1.2; + line-height: 1.5; + background: rgba(255, 242, 229, 1); + padding: 0.05rem 0.1rem; } } .ellipsis { diff --git a/src/view/home.vue b/src/view/home.vue index 76611fb..c3fcca6 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -529,9 +529,10 @@ export default { } .home .page-content .new-card .card-list li .right .card-name i { font-style: normal; + line-height: 1.5; background: rgba(255, 242, 229, 1); padding: 0.05rem 0.1rem; - line-height: 0.28rem; + // line-height: 0.28rem; } .home .page-content .new-card .card-list li .right .btn { display: flex;