Browse Source

修改了样式

feature/feature-compatible
wangkesi 7 years ago
parent
commit
b3159a1e4f
2 changed files with 5 additions and 4 deletions
  1. 6
      src/view/goods-classify.vue
  2. 3
      src/view/home.vue

6
src/view/goods-classify.vue

@ -281,9 +281,9 @@ export default {
word-break: break-all; word-break: break-all;
i { i {
font-style: normal; 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 { .ellipsis {

3
src/view/home.vue

@ -529,9 +529,10 @@ export default {
} }
.home .page-content .new-card .card-list li .right .card-name i { .home .page-content .new-card .card-list li .right .card-name i {
font-style: normal; font-style: normal;
line-height: 1.5;
background: rgba(255, 242, 229, 1); background: rgba(255, 242, 229, 1);
padding: 0.05rem 0.1rem; padding: 0.05rem 0.1rem;
line-height: 0.28rem;
// line-height: 0.28rem;
} }
.home .page-content .new-card .card-list li .right .btn { .home .page-content .new-card .card-list li .right .btn {
display: flex; display: flex;

Loading…
Cancel
Save