hangb 8 лет назад
Родитель
Сommit
7b2e814beb
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      components/product/brand/BrandComponent.vue

+ 3 - 2
components/product/brand/BrandComponent.vue

@@ -1,6 +1,7 @@
 <template>
   <div class="component-list container">
     <div class="type-list">型号列表</div>
+    <div class="type-list">代理商</div>
     <div class="input-group">
       <input  type="search" class="input-sm form-control" placeholder="请输入型号" title="code"
       v-model="searchCode" @search="goodsSearch(searchCode)"/>
@@ -114,9 +115,9 @@
     height: 34px;
     width: 150px;
     border: 1px solid #5078cb;
-    background-color: #5078CB;
+    /*background-color: #5078CB;*/
     float: left;
-    color: #fff;
+    color: #5078cb;
     line-height: 34px;
     text-align: center;
     font-size: 14px;