yangc 7 years ago
parent
commit
22746fa40e

+ 2 - 1
components/pcb/search/ResultTitle.vue

@@ -38,12 +38,13 @@
   #searchResult .result-title {
     margin-top: 5px;
     padding: 10px 5px;
-    height: 30px;
+    min-height: 30px;
     line-height: 30px;
     font-size: 14px;
   }
   .text-inverse {
     color: #f40!important;
+    word-break: break-all;
   }
   .text-num {
     font-style: normal;

+ 1 - 1
pages/mobile/center/vendor/attentionBus.vue

@@ -5,7 +5,7 @@
         <span :class="activeType==='isattention'?'mobile-switch-btn active':'mobile-switch-btn'" @click="ChangeTab('isattention')">未关注</span>
       </div>
       <div class="search-content" style="padding-bottom: 0.25rem">
-        <input type="text" placeholder="请输入您要搜索的类目(产品名称)" v-model="keyword" @keyup.13="searchSeek">
+        <input type="text" placeholder="请输入您要搜索的物料名称(类目)" v-model="keyword" @keyup.13="searchSeek">
         <span @click="searchSeek" >
           <i class="iconfont icon-sousuo"></i>
           </span>