瀏覽代碼

修改样式

zhangxc 5 年之前
父節點
當前提交
fe8aa3822e
共有 2 個文件被更改,包括 1 次插入3 次删除
  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;
             border-width: 6px;
             border-style: solid;
-            border-color:#000 transparent transparent transparent;
+            border-color:#7F7F7F transparent transparent transparent;
         }
      
         .entryItem:hover{

+ 0 - 2
src/js/participle.js

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