Browse Source

处理测试反馈bug

Administrator 6 years ago
parent
commit
987c7be4ee

+ 7 - 7
components/applyPurchase/ApplyInfo.vue

@@ -380,7 +380,7 @@ export default {
         height: 33px;
         line-height: 33px;
         color: #fff;
-        background: #3975f4;
+        background: #2496f1;
         font-size: 16px;
         text-align: center;
         border: {
@@ -412,7 +412,7 @@ export default {
           display: inline-block;
           width: 69px;
           color: #fff;
-          background: #3975f4;
+          background: #2496f1;
           text-align: center;
           margin: 0 6px 0 -1px;
           /*vertical-align: middle;*/
@@ -448,7 +448,7 @@ export default {
             display: inline-block;
             width: 69px;
             color: #fff;
-            background: #3975f4;
+            background: #2496f1;
             text-align: center;
             margin: 0 6px 0 -1px;
             height: 33px;
@@ -505,7 +505,7 @@ export default {
           .fa {
             color: #333;
             &.active {
-              color: #5078cb;
+              color: #2496f1;
             }
           }
           &:nth-child(1) {
@@ -810,7 +810,7 @@ export default {
       min-height: auto;
       border-radius: 2px;
       .title {
-        background-color: #4290f7;
+        background-color: #2496f1;
         height: 22px;
         line-height: 22px;
         margin-bottom: 20px;
@@ -820,7 +820,7 @@ export default {
           line-height: 20px;
           padding-top: 0;
           i {
-            color: #4290f7;
+            color: #2496f1;
             margin-right: 4px;
           }
           span {
@@ -830,7 +830,7 @@ export default {
         div {
           a {
             width: 78px;
-            background: #4290f7;
+            background: #2496f1;
             margin: 18px 0 13px 0;
             border-radius: 2px;
           }

+ 1 - 1
components/applyPurchase/articleThree.vue

@@ -92,7 +92,7 @@
           height:30px;
           line-height: 30px;
           color:#eee;
-          background: #3b7cf4;
+          background: #2496f1;
           border-radius:5px;
           text-align: center;
         }

+ 1 - 1
components/common/page/pageComponent.vue

@@ -155,7 +155,7 @@
   }
   .page-wrap{
     float: right;
-    margin: 30px 0;
+    margin: 30px 15px;
   }
   .page-wrap ul, .page-wrap div {
     display: inline-block;

+ 14 - 2
components/supplier/articleTwo.vue

@@ -3,6 +3,11 @@
     <div class="title">
       <span>供应商推荐</span>
     </div>
+    <div class="empty" v-if="!list.content || list.content.length === 0">
+      <div class="supplier-empty-info">
+        <p>暂无供应商推荐信息</p>
+      </div>
+    </div>
     <ul class="list-unstyled">
       <li v-for="item in list.content" @click="jumpResource(item.uu)">
         <div class="img">
@@ -68,7 +73,7 @@
     padding-bottom:5px;
     margin-bottom:15px;
     background: #fff;
-    min-height:300px;
+    height:1350px;
     .el-dialog{
       width: 290px!important;
       .el-dialog__header{
@@ -124,7 +129,14 @@
         color:#fff;
       }
     }
-    ul{
+    .empty{
+      padding-top:30px;
+      text-align: center;
+      .supplier-empty-info{
+       font-size: 14px;
+      }
+    }
+    > ul{
       li{
         position:relative;
         padding: 0 10px;

+ 2 - 4
components/supplier/merchant.vue

@@ -221,12 +221,10 @@
     }
   }
   .list_info{
+    height: 1187px;
     margin-bottom:50px;
     .empty{
-      height:418px;
-      border:15px solid #c4e9f9;
-      background: #eef9fd;
-      padding-top:165px;
+      padding-top:1px;
       text-align: center;
       img{
         vertical-align: top;

+ 1 - 1
pages/supplier/index.vue

@@ -27,7 +27,7 @@
         store.dispatch('supplier/loadVendorList', {page: 1, size: 10}),
         store.dispatch('supplier/loadVendorAll', {page: 1, size: 20}),
         store.dispatch('supplier/loadNewMerchant', {filter: 'page', size: 10}),
-        store.dispatch('supplier/loadRecommend', {size: 10}),
+        store.dispatch('supplier/loadRecommend', {size: 20}),
         store.dispatch('loadBanners', {type: 'home'}),
         store.dispatch('loadProductKinds', { id: 0 })
       ])