franslee 7 years ago
parent
commit
d990b335f5
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/view/nav.vue

+ 4 - 1
src/view/nav.vue

@@ -89,7 +89,7 @@ export default {
             }
             }
         }    
         }    
         if(temAry.length==0){
         if(temAry.length==0){
-          that.resloutempty= "搜索结果为空...";
+          that.resloutempty= "未匹配到相关内容...";
           that.reslouts = [];
           that.reslouts = [];
         }else{
         }else{
           that.resloutempty = "";
           that.resloutempty = "";
@@ -154,6 +154,8 @@ a {
        padding:0 .5rem;
        padding:0 .5rem;
        box-sizing: border-box;
        box-sizing: border-box;
        text-indent: 15px;
        text-indent: 15px;
+       appearance: none;
+       font-size:14px;
        border:1px solid rgba(233, 230, 230, 0.72);
        border:1px solid rgba(233, 230, 230, 0.72);
     }
     }
     .c-l{
     .c-l{
@@ -168,6 +170,7 @@ a {
   text-align: center;
   text-align: center;
   color:#999;
   color:#999;
   height: 100px;
   height: 100px;
+  font-size:14px;
   line-height: 100px;
   line-height: 100px;
 }
 }
 .tot{
 .tot{