Browse Source

修改样式

zhangxc 5 years ago
parent
commit
fe8aa3822e
2 changed files with 1 additions and 3 deletions
  1. 1 1
      src/css/participle.less
  2. 0 2
      src/js/participle.js

+ 1 - 1
src/css/participle.less

@@ -143,7 +143,7 @@
             height: 0;
             height: 0;
             border-width: 6px;
             border-width: 6px;
             border-style: solid;
             border-style: solid;
-            border-color:#000 transparent transparent transparent;
+            border-color:#7F7F7F transparent transparent transparent;
         }
         }
      
      
         .entryItem:hover{
         .entryItem:hover{

+ 0 - 2
src/js/participle.js

@@ -24,8 +24,6 @@ function getEntityPredict(){
 
 
     }
     }
     post(api.entity_predict, param).then(res =>{
     post(api.entity_predict, param).then(res =>{
-        console.log(res,'res')
-      
         if(res.data.code == '0'){
         if(res.data.code == '0'){
             const data = JSON.parse(res.data.data)
             const data = JSON.parse(res.data.data)
             const result = data.data[0].entity_relation_object
             const result = data.data[0].entity_relation_object