guhongwei 4 years ago
parent
commit
29c801c335
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/market/index/business.vue

+ 3 - 3
src/views/market/index/business.vue

@@ -76,7 +76,7 @@ export default {
     height: 450px;
     position: relative;
     .list {
-      padding: 11px 0;
+      padding: 10px 0;
       border-bottom: 1px dashed #044b79;
       .name {
         font-size: 18px;
@@ -91,8 +91,8 @@ export default {
       }
       .info {
         padding: 5px 0 0 0;
-        height: 45px;
-        font-size: 14px;
+        // height: 44px;
+        font-size: 16px;
         overflow: hidden;
         text-overflow: ellipsis;
         -webkit-line-clamp: 2;