Browse Source

品牌详情增加代理商

hangb 8 years ago
parent
commit
7b2e814beb
1 changed files with 3 additions and 2 deletions
  1. 3 2
      components/product/brand/BrandComponent.vue

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

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