فهرست منبع

修改鼠标形状

zhangxc 5 سال پیش
والد
کامیت
7ae2cc15d0
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 0
      src/css/knowledgeTree.less
  2. 1 1
      src/js/graphMap.js

+ 1 - 0
src/css/knowledgeTree.less

@@ -46,6 +46,7 @@
             outline: none;
             padding: 10px;
             background: #F7F8FA;
+            border: none;
         }
         input::-webkit-input-placeholder{
             color: #ccc;

+ 1 - 1
src/js/graphMap.js

@@ -54,7 +54,7 @@ function drawGraph(data,resultShowId) {
             {
                 type: 'graph',
                 layout: 'force',
-                // cursor:'pointer',
+                cursor:'default',
                 categories: categories,
                 symbolSize: 80,
                 roam: 'move',