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;